.latest_news__list-others-posts-info-title, .latest_news__list-feature-info-title {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  line-height: 22px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .latest_news__list-others-posts-info-title, .latest_news__list-feature-info-title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}

.latest_news__list-others-posts-info-description, .latest_news__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_news__list-others-posts-info-description, .latest_news__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_news__list-others-posts-info-readmore, .latest_news__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_news__list-others-posts-info-readmore, .latest_news__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_news__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: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .latest_news__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_news__heading {
    margin-bottom: 30px;
    margin-left: -15px;
  }
}
.latest_news__list-feature {
  overflow: hidden;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .latest_news__list-feature {
    height: 436px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.latest_news__list-feature img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 992px) {
  .latest_news__list-feature img {
    height: 100%;
  }
}
.latest_news__list-feature-info {
  background: rgba(254, 188, 46, 0.95);
  color: #FEBC2E;
  height: auto;
  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_news__list-feature-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    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;
  }
}
@media only screen and (min-width: 992px) {
  .latest_news__list-others {
    padding-left: 0;
    padding-right: 0;
  }
}
.latest_news__list-others-posts {
  padding: 40px 30px;
  background: #ffffff;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .latest_news__list-others-posts {
    height: 260px;
  }
}
.latest_news__list-others-extend {
  background: #061D35;
  color: #FEBC2E;
  min-height: 176px;
  display: flex;
}
.latest_news__list-others-extend-head {
  text-align: center;
}
.latest_news__more {
  text-align: center;
}
.latest_news__more-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #00549A;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.05);
  display: inline-flex !important;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .latest_news__more-link {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.latest_news__more-link:hover, .latest_news__more-link:active, .latest_news__more-link:visited {
  color: #ffffff;
  opacity: 0.7;
}
.latest_news__more-link-icon {
  padding-right: 10px;
}
