#single-post {
  padding: 74px 0 94px 0;
}

#single-post h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 45px;
  color: #32474e;
  margin: 0;
  font-weight: 500;
  max-width: 784px;
}

#single-post .top {
  margin-top: 62px;
}

#single-post .top .social {
  gap: 13px;
}

#single-post .top .social a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #525252;
}

#single-post .top button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #273c43;
  gap: 16px;
}

#single-post article {
  margin-top: 73px;
}

#single-post .tags {
  gap: 25px;
}

#single-post .tags small {
  letter-spacing: 0.7px;
  color: #ffaf1e;
  text-transform: uppercase;
  font-size: 14px;
}

#single-post .tags img {
  border-radius: 0 !important;
  display: block;
  margin-right: 8px;
  width: unset;
}

#single-post .text {
  margin-top: 39px;
}

#single-post .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #32474e;
}



#blog-1{
  background-image: url(../assets/images/banner-blog.jpg);
  background-size: cover;
  background-position: center;    
  height: 50vh;
  padding-top: 72px;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;

}

#blog-1:after{
position: absolute;
content: '';
width: 27%;
left: 0;
bottom: 0;
height: 6px;
background-color: #ffc850;
border-radius: 32px;
}

#blog-1 .title-home-1 p{
  font-size: 62px;
  font-weight: 100;
  line-height: 59px;
  color: #fff;
  padding-top: 25px;
  font-family: 'Montserrat',sans-serif;
}

#blog-1 .title-home-1 p strong{
  font-weight: 800;
}

#blog-1 .text-home-1 p{
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}






#single-post .text img {
  display: block;
  width: 100%;
  border-radius: 25px;
  margin: 52px 0;
}

#related-posts {
  margin-top: 65px;
  padding-left: 120px;
}

#related-posts h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  letter-spacing: -0.5px;
  color: #537681;
}

#related-posts .posts {
  margin-top: 32px;
}

#related-posts .posts .post:not(:first-child) {
  margin-top: 50px;
}

#related-posts .card {
  border: 0;
}

#related-posts .card-body {
  border: 0;
  padding: 0;
}

#related-posts .tags small {
  font-size: 13px;
  letter-spacing: 0.65px;
}

#related-posts .card-title {
  margin-top: 17px;
  font-size: 22px;
  line-height: 31px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.55px;
  color: #32474e;
}

#related-posts .card-text {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #32474e;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
}

@media (max-width: 1240px) {
  #related-posts {
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  #single-post {
    padding: 40px 0 55px 0;
  }

  #single-post h2 {
    font-size: 32px;
    line-height: 38px;
  }

  #single-post .top {
    margin-top: 40px;
  }

  #single-post .top .social a {
    font-size: 12px;
  }

  #single-post .top button {
    font-size: 14px;
    gap: 14px;
  }

  #single-post article {
    margin-top: 50px;
  }

  #single-post .tags small {
    font-size: 12px;
  }

  #single-post .text {
    margin-top: 25px;
  }
  #single-post .text p {
    font-size: 13px;
    line-height: 180%;
  }
  #single-post .text img {
    margin: 25px 0;
  }
  #related-posts {
    margin-top: 48px;
    padding-left: 40px;
  }
  #related-posts h4 {
    font-size: 18px;
  }
  #related-posts .posts {
    margin-top: 25px;
  }
  #related-posts .posts .post:not(:first-child) {
    margin-top: 30px;
  }
  #related-posts .tags small {
    font-size: 11px;
  }
  #related-posts .tags img {
    height: 11px;
    width: 11px;
  }
  #related-posts .card-title {
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.55px;
  }
  #related-posts .card-text {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 992px) {
    #single-post h2 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    #single-post article {
        margin-top: 30px;
    }

    #single-post .top button {
        gap: 12px;
        font-size: 12px;
    }

    #related-posts {
        padding-left: 12px;
        margin-top: 25px;
    }
}

@media (max-width: 767px){
  #blog-1 {
    height: 70vh;
  }
}
