.latest_blogs__list-feature-info-title {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 22px !important;
  line-height: 28px !important;
  letter-spacing: 0.3px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-feature-info-title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: 0.3px;
    font-weight: 700;
  }
}
.latest_blogs__list-others-posts-info-description, .latest_blogs__list-feature-info-description {
  color: #061D35;
  margin-bottom: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts-info-description, .latest_blogs__list-feature-info-description {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.latest_blogs__list-others-posts-info-readmore, .latest_blogs__list-feature-info-readmore {
  border-top: 1px solid #061D35;
  color: #061D35;
  padding: 10px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts-info-readmore, .latest_blogs__list-feature-info-readmore {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.latest_blogs {
  overflow: hidden;
}

.latest_blogs__heading {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 22px !important;
  line-height: 28px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #373F41;
  text-align: left;
  margin-left: -15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__heading {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 43px !important;
    line-height: 52px !important;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .latest_blogs__heading {
    margin-bottom: 30px;
  }
}
.latest_blogs__list-feature {
  overflow: hidden;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-feature {
    min-height: 470px;
  }
}
.latest_blogs__list-feature img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.latest_blogs__list-feature-info {
  background: rgba(254, 188, 46, 0.95);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FEBC2E;
  padding: 20px 30px 15px 30px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-feature-info {
    padding: 25px 50px 15px 50px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.latest_blogs__list-feature-info-title {
  color: #000000;
}

.latest_blogs__list-others {
  overflow: hidden;
  padding-left: auto;
  padding-right: auto;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others {
    padding-left: 0;
    padding-right: 0;
  }
}
.latest_blogs__list-others-posts {
  background: #ffffff;
}

.latest_blogs__list-others-posts a {
  display: flex;
  flex-direction: column;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts a {
    flex-direction: row;
    min-height: 235px;
  }
}
.latest_blogs__list-others-posts a .latest_blogs__list-others-posts-info {
  border-top: none;
  border-bottom: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts a .latest_blogs__list-others-posts-info {
    min-height: 235px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    border-left: none;
  }
}
.latest_blogs__list-others-posts a:last-child .latest_blogs__list-others-posts-info {
  border-top: none;
}

.latest_blogs__list-others-posts-image {
  flex-basis: calc(100% - 30px);
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts-image {
    flex-basis: 238px;
  }
}
.latest_blogs__list-others-posts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest_blogs__list-others-posts-info {
  flex-basis: calc(100% - 40px);
  padding: 10px 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts-info {
    flex-basis: calc(100% - 252px);
  }
}
@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts-info {
    padding: 20px 40px;
  }
}
.latest_blogs__list-others-posts-info-title {
  color: #DC2329;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.3px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .latest_blogs__list-others-posts-info-title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px;
    font-weight: 600;
  }
}
.latest_blogs__list-others-posts-info-description {
  margin-top: 15px;
}
