.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}
.fullwidth.btn-style-vfill.text-center {
    margin-bottom: 80px;
}
.sndpata p:nth-child(2){
  display: none;
}
.sndpata h5, .sndpata h3{
  font-size: 16px;
    font-weight: 400 !important;
    margin-top: 16px;
  line-height 22.4px
}
.fullwidth.btn-style-vfill.text-center button {
    border-radius:0px !important;
  text-transform: uppercase !important;
  
}

.fullwidth.btn-style-vfill.text-center {
    text-align: center;
}
.post-listing{
    display: flex;
    flex-wrap: wrap;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}
.topic-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  position: absolute;
    bottom: 34px;
}
.post-item.first-blog {
    width: 100% !important;
}
.blog-section.main-listingblog {
    padding: 50px 0;
}
.post-item.first-blog .post-contents .post-detail-wrap {
    width: 50%;
    padding-left: 30px;
}
.post-item.first-blog .post-contents .post-feature {
    width: 50%;position: relative;
}
.post-item.first-blog .post-contents .post-feature a {
    border-radius: 24px 0 0px 24px;min-height: 400px;
}

span.rigthIcon {
    margin-left: 10px;margin-top: 1px;
}
.post-item.first-blog .post-contents {
    display: flex;padding:0;
    justify-content: space-between;
    align-items: center;
  min-height: auto;
}
.post-item.first-blog .post-contents .topic-box{
     position: static;
}
.main-listingblog .post-item.first-blog .post-list-itle h4 a, .main-listingblog .post-item.first-blog .post-list-itle h4 {
    margin: 0 !important;font-size: 30px;
}
.main-listingblog .post-list-itle h4 a, .main-listingblog .post-list-itle h4 {
    margin: 0 !important;font-size: 24px;
}

.post-item.first-blog .category-name {
    padding: 20px 20px 20px 0;
}
.category-name {
      padding: 0px 20px 20px;
    position: relative;
    margin-top: -15px;
}
.post-detail-wrap {
    padding: 0 20px;
}
.post-contents {
    border-radius: 24px;
    box-shadow: 0 7px 32px rgb(0 0 0 / 5%);
    padding-bottom: 30px;
      min-height: 525px;
}
a.blog-post-tag-link {
    background: #e6f7fc;
    border-radius: 6px;
    padding: 8px 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0;
  display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media(max-width:1366px){
  a.blog-post-tag-link {
    display: inline-block;
    margin: 5px 0;
}
}
@media(max-width:1500px){
.topic-box { 
    bottom: 20px;
}
}
@media(max-width:1024px){
  

.post-item.first-blog .post-contents .post-detail-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
}
}
@media(max-width:991px){
  .post-contents{
    min-height: auto;
  }
  .topic-box{
    position: static;
  }
  .post-item.first-blog .post-contents .post-feature {
    width: 100%;
}
 
  .post-item.first-blog .post-contents {
    flex-direction: column;
}
}
@media(max-width:767px){
.blog-default .main-listingblog .post-listing .post-item {
    margin-top: 10px;
  }
}