.our-blog  {
  padding-top: 40px;
}

a {
  padding: 0;
}

a:active,
a:focus {  
  color: #AE4F7F !important;
}

.our-blog .section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}

.our-blog .section-heading .title {
  font-weight: 800;
  font-size: 40.5255px;
  line-height: 49px;
  text-align: center;
  text-transform: capitalize;
  color: #AE4F7F;
}

.our-blog .section-heading .subtitle {
  font-weight: 400;
  font-size: 14.7365px;
  line-height: 32px;
  text-align: center;
  color: #5A5A5A;
}

.img-wrapper {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}

.meta-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 20px;
}

.meta-wrap .category {
  font-weight: 700;
  font-size: 9.59415px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000000;
  margin-right: 1rem;
  margin-bottom: 0;
}

.meta-wrap .published-date {
  font-weight: 400;
  font-size: 9.59415px;
  line-height: 150%;
  color: #77808B;
}

.meta-wrap a {
  display: flex;
}

.img-wrapper img {
  border-radius: 6px;
}

.contain-wrapper {
  display: flex;    
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.img-wrapper.right-side {
  margin-right: 2.5rem;
}

.call-to-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.blog-section .left-side {
  margin-left: 3rem;
}

.call-to-action h1.title {
  font-weight: 600;
font-size: 32.286px;
line-height: 34px;
color: rgba(0, 0, 0, 1);
;
}

.call-to-action .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.description {
  font-weight: 400;
  font-size: 12.7922px;
  line-height: 150%;
  color: #666666;
  margin-bottom: 40px;
}

.description p{
  margin: 5px auto;
  line-height: 28px;
}

.call-to-action .readmore {
  font-style: normal;
  font-weight: 400;
  font-size: 11.1932px;
  line-height: 150%;
  color: rgba(0, 0, 0, 1);
  border-bottom: 3px solid rgba(0, 0, 0, 1);    
  padding: 0.4rem 0;
  margin-top: 40px;
}

.blog .category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.img-wrapper img{
  min-width: 100%;
  height: auto;    
  width: 600px;
}

/* 
*-------------------
* pagination Style
*------------------
*/  
  .nav-md {  
    justify-content: end;
  }
  
/* 
*-------------------
* /pagination Style
*------------------
*/

@media all and (max-width:800px) {

  .contain-wrapper {
    flex-direction: column;
  }

  .img-wrapper img{
    width: 100%;
    height: auto;
  }

  .blog-section .left-side {
    margin-top: 2rem;
    margin-left: 0;
  }

  .call-to-action .readmore {
    margin-top: 0;
  }

}

@media all and (max-width:460px) { 
  
}