.blog-post__featured-img {
  background-size: contain;
  height: 500px;
  margin: 40px 0;
}

.ac-blog-post--featured-img-fixed {
  background-attachment: fixed;  
}

.ac-blog-post--featured-img-scroll {
  background-attachment: scroll;  
}

.ac-blog-post--featured-img-top {
  background-position: top;
}

.ac-blog-post--featured-img-center {
    /* background-position:50%; */
    background-position: center;
    background-repeat: no-repeat;
}

.ac-blog-post--featured-img-bottom {
  background-position: bottom;
}

.blog-post__timestamp {
  display: block;
  font-weight: 400;
}

body, html,p {
  font-weight: 400;
  font-family: 'LT Sans';
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
}

.blog-related-posts__title a {
    color: inherit;
    font-weight: inherit
}

body {
    font-family: 'LT Sans', sans-serif;
    color: #53535B;
    font-size: 16px;
    font-weight: 400; /* Ensures the regular weight is used */
    line-height: 24px;
    word-break: break-word;
}
p {
    font-family: 'LT Sans', sans-serif;
    color: #53535B;
    font-size: 16px;
    font-weight: 400; /* Ensures the regular weight is used */
    line-height: 24px;
    word-break: break-word;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0E1133;
  font-weight: 400; 
  margin: 0 0 20px;
}

h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

  .blog-related-posts__title a {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }

.ac-button {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  /* transition: 0.3s linear all; */
  white-space: normal;
  width: 80%;
  word-break: break-word;
}

  .ac-banner--blog {
        padding: 30px 0
    }

@media (min-width:992px) {
  #hs_cos_wrapper_dnd_area-module-2 .ac-banner__container,
  #hs_cos_wrapper_dnd_area-module-2 .ac-banner--slider-content {padding: 150px 0px 150px 0px;}
  
.ac-blog__action-wrap {
  display: none;
  
}
  .ac-blog__content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}