.card-news, .card-news--small {
  display: inline-block;
  position: relative;
}
.card-news__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-news__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news__image-container:before {
  content: "";
  display: block;
  padding-top: 63.7144357604%;
}
.card-news:hover .card-news__image, .card-news--small:hover .card-news__image {
  transform: scale(1.2);
}
.card-news__categories-wrapper {
  position: absolute;
  top: 0px;
  left: 37px;
  z-index: 2;
}
.card-news__category {
  display: inline-block;
  padding: 8px 20px 5px 20px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #06ab4b;
  color: #fff;
}
.card-news__category:hover {
  color: #fff;
  opacity: 0.8;
}
.card-news__category-more {
  display: inline-block;
  padding: 8px 20px 5px 20px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #a4a4a4;
  color: #fff;
}
.card-news__category-more:hover {
  color: #fff;
}
.card-news__info-container {
  position: absolute;
  top: auto;
  right: 37px;
  bottom: 55px;
  left: 37px;
  z-index: 1;
}
.card-news__image-container {
  overflow: hidden;
  height: 100%;
}
.card-news__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #144e2d;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.card-news__image {
  transition: 0.4s ease;
}
.card-news__title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 72px;
  /* Fallback for non-webkit */
  font-size: 24px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
  font-weight: 700;
  color: #fff;
}
.card-news__description {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 36px;
  /* Fallback for non-webkit */
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
}
.card-news--small .card-news__info-container {
  left: 19px;
  bottom: 19px;
}
.card-news--small .card-news__title {
  display: none;
}
@media only screen and (max-width: 1399.98px) {
  .card-news__categories-wrapper {
    left: 16px;
  }
  .card-news__category {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
  .card-news__category-more {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .card-news__category {
    font-size: 10px;
    line-height: 12px;
  }
  .card-news__category-more {
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-news__categories-wrapper {
    left: 19px;
  }
  .card-news__category {
    padding: 8px 16px 5px 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
  }
  .card-news__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 54px;
    /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    line-height: 22px;
  }
  .card-news__info-container {
    right: 19px;
    bottom: 19px;
    left: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .card-news__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 48px;
    /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.card-news-two {
  position: relative;
}
.card-news-two__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-news-two__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news-two__image-container:before {
  content: "";
  display: block;
  padding-top: 60.4643914602%;
}
.card-news-two:hover .card-news-two__title {
  color: #06ab4b;
}
.card-news-two:hover .card-news-two__image {
  transform: scale(1.2);
}
.card-news-two__categoies-container {
  margin-bottom: 24px;
}
.card-news-two__category {
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background-color: #06ab4b;
  color: #fff;
}
.card-news-two__category:hover {
  color: #fff;
  opacity: 0.8;
}
.card-news-two__category-more {
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background-color: #a4a4a4;
  color: #fff;
}
.card-news-two__category-more:hover {
  color: #fff;
}
.card-news-two__image-container {
  overflow: hidden;
}
.card-news-two__image {
  transition: 0.4s ease;
}
.card-news-two__title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 108px;
  /* Fallback for non-webkit */
  font-size: 24px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 16px;
  font-weight: 700;
  color: #000000;
  transition: 0.4s ease;
}
.card-news-two__author, .card-news-two__date {
  font-style: italic;
  font-weight: 400;
  font-size: 17.0553px;
  line-height: 21px;
  color: #a4a4a4;
}
.card-news-two__btn {
  display: inline-block;
  margin-top: 29.1px;
  padding: 11px 21px;
  font-weight: 600;
  font-size: 12.7915px;
  line-height: 16px;
  color: #fff;
  background-color: #16b056;
  border: 1px solid #16b056;
  border-radius: 21px;
}
.card-news-two__btn:hover {
  color: #16b056;
  background-color: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 24px;
  }
  .card-news-two__category {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
  .card-news-two__category-more {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 99px;
    /* Fallback for non-webkit */
    font-size: 22px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__author, .card-news-two__date {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 22px;
  }
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 90px;
    /* Fallback for non-webkit */
    font-size: 20px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__author, .card-news-two__date {
    font-size: 14px;
    line-height: 16px;
  }
  .card-news-two__category {
    font-size: 10px;
    line-height: 12px;
  }
  .card-news-two__category-more {
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 20px;
  }
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 81px;
    /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__btn {
    margin-top: 18px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 16px;
  }
  .card-news-two__category {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-news-two__categoies-container {
    margin-bottom: 18px;
  }
  .card-news-two__category {
    padding: 8px 16px 8px 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .card-news-two__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 72px;
    /* Fallback for non-webkit */
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-news-two__category {
    font-size: 10px;
    line-height: 14px;
  }
}

.widget-latest-post {
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
}
@media only screen and (max-width: 1399.98px) {
  .widget-latest-post {
    gap: 64px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .widget-latest-post {
    gap: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .widget-latest-post {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 575.98px) {
  .widget-latest-post {
    gap: 42px;
    grid-template-columns: 1fr;
  }
}

.sidebar__title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
@media only screen and (max-width: 767.98px) {
  .sidebar {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 575.98px) {
  .sidebar {
    margin-top: 50px;
  }
}

.singlepost {
  background-color: #ECF3EF;
  padding-top: 200px;
  padding-bottom: 91px;
}
.singlepost__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.singlepost__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singlepost__image-container:before {
  content: "";
  display: block;
  padding-top: 59.0614886731%;
}
.singlepost__author-image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 40px;
}
.singlepost__author-image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singlepost__author-image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.singlepost__categoies-container {
  margin-bottom: 32px;
}
.singlepost__category {
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border-radius: 0px 0px 16px 16px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  background-color: #06AB4B;
  color: #fff;
}
.singlepost__category:hover {
  color: #fff;
}
.singlepost__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}
.singlepost__author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.singlepost__author-image-container {
  margin-right: 45px;
  overflow: hidden;
  border-radius: 100%;
}
.singlepost__author-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #A4A4A4;
}
.singlepost__author-date {
  margin: 0px;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A4A4A4;
}
.singlepost__content p {
  font-weight: 400;
  font-size: inherit;
  line-height: 1.8;
  color: #000000;
}
.singlepost__content li {
  font-weight: 400;
  font-size: inherit;
  line-height: 1.8;
  color: #000000;
}
@media only screen and (max-width: 1399.98px) {
  .singlepost {
    padding-bottom: 80px;
  }
  .singlepost__title {
    margin-bottom: 27px;
    font-size: 27px;
    line-height: 32px;
  }
  .singlepost__author {
    margin-bottom: 37px;
  }
  .singlepost__author-image-container {
    margin-right: 37px;
  }
  .singlepost__category {
    padding: 8px 18px 8px 18px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .singlepost {
    padding-bottom: 70px;
  }
  .singlepost__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 27px;
  }
  .singlepost__author {
    margin-bottom: 32px;
  }
  .singlepost__author-image-container {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .singlepost {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .singlepost__title {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 24px;
  }
  .singlepost__category {
    font-size: 12px;
    line-height: 16px;
  }
  .singlepost__author {
    margin-bottom: 27px;
  }
  .singlepost__author-image-container {
    margin-right: 27px;
  }
  .singlepost__author-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .singlepost {
    padding-bottom: 50px;
  }
  .singlepost__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .singlepost__author {
    margin-bottom: 24px;
  }
  .singlepost__author-image-container {
    margin-right: 24px;
  }
  .singlepost__author-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 575.98px) {
  .singlepost h2, .singlepost h3, .singlepost h4 {
    font-size: 20px;
  }
  .singlepost__category {
    font-size: 10px;
    line-height: 14px;
  }
  .singlepost__author-image-container {
    margin-right: 22px;
  }
}

.related-article {
  padding-bottom: 64px;
  background-color: #ECF3EF;
}
.related-article__title {
  margin-bottom: 39px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #231F20;
}
.related-article__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 991.98px) {
  .related-article__title {
    margin-bottom: 32px;
  }
  .related-article__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .related-article {
    padding-bottom: 50px;
  }
  .related-article__grid {
    row-gap: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .related-article__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=singlepost.css.map*/