@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#post {
  margin: 125px 0;
}
#post .back {
  margin: 0 0 30px 0;
}
#post .back a {
  display: flex;
  font-size: 18px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 700;
  color: #00A22c;
  flex-direction: row;
}
#post .title {
  display: flex;
  row-gap: 50px;
  margin: 0 0 50px 0;
  flex-direction: column;
}
#post .title h1 {
  max-width: 70%;
}
@media (max-width: 991px) {
  #post .title h1 {
    max-width: 100%;
  }
}
#post .title .meta {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row;
}
#post .title .meta p {
  margin: 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  max-width: unset;
  text-align: left;
  flex-direction: row;
  align-items: center;
}
#post .title .meta p.tags {
  color: #d35a32;
}
@media (max-width: 991px) {
  #post .title {
    row-gap: 30px;
  }
}
#post .image {
  width: 100%;
  margin: 0 0 125px 0;
}
#post .image img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  #post .image {
    margin: 0 0 50px 0;
  }
}
#post .content {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}
#post .content .block {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  flex-direction: row;
  align-items: center;
}
#post .content .block .text {
  width: 100%;
}
#post .content .block .text h2 {
  margin: 0 0 15px 0px;
}
#post .content .block .text p {
  margin: 0 0 15px 0;
}
#post .content .block .text .btn {
  height: 60px;
  width: 240px;
  color: #ffffff;
  display: flex;
  margin: 15px 0;
  text-align: center;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  background-color: #00A22c;
}
#post .content .block .image {
  margin: 0;
  width: 100%;
}
#post .content .block .image img {
  border-radius: 0;
}
@media (max-width: 1199px) {
  #post .content .block {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 991px) {
  #post .content .block {
    flex-wrap: wrap;
  }
}
#post .testimonial {
  row-gap: 25px;
  display: flex;
  margin: 50px 0 0 0;
  padding: 30px 25px;
  border-radius: 20px;
  flex-direction: column;
  background-color: #ffffff;
  width: calc(100% - 50px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #26292e;
}
#post .testimonial .said {
  padding: 0 0 0 15px;
  border-left: 5px solid;
  border-color: #056b05;
}
#post .testimonial .said p {
  font-size: 18px;
  line-height: 1.5;
}
#post .testimonial .who p {
  font-size: 20px;
  color: #056b05;
  font-weight: 700;
}
#post .share {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  flex-direction: row;
  align-items: center;
  margin: 125px 0 0 0;
}
#post .share h4 {
  color: #00A22c;
}
#post .share .options {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-direction: row;
  align-items: center;
}
#post .share .options a {
  font-size: 30px;
  color: #00A22c;
}
@media (max-width: 991px) {
  #post .share {
    flex-direction: column;
    margin: 50px 0 0 0;
    text-align: center;
  }
  #post .share h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #post {
    margin: 50px 0;
  }
}
#cta {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cta .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  position: absolute;
  background-color: rgba(38, 41, 46, 0.75);
}
#cta .content {
  z-index: 100;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#cta .content h3 {
  color: #ffffff;
}
#cta .content h3.black {
  color: #26292e;
}
#cta .content .btn {
  height: 60px;
  width: 240px;
  color: #ffffff;
  display: flex;
  text-align: center;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  background-color: #00A22c;
}
@media (max-width: 991px) {
  #cta .content {
    row-gap: 50px;
    flex-direction: column;
  }
}


