.container-news-section {
  width: 100%!important;
}
.news-card-container {
  max-width: 325px!important;
}

.news-card--home .img-h-news-card.featured {
  width: 150px;
  height: 150px;
}

.related-news-element a {
  width: 100%;
  float: left;
  text-decoration: none;
  padding: 20px;
  color: #fff;
  background-color: #004e7d;
  margin-bottom: 25px;
}

.related-news-element .h5-related-groups {
  color: #fff;
}

.related-news-element .text---news-card-tag {
  color: #fff;
  margin-bottom: 10px;
}

.related-news-element .read-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
  margin-top: 20px;
  align-items: baseline;
}

.related-news-element .text---news-card-button {
  color: #fff;
  font-weight: 300;
}

.related-news {
  float: left;
  margin-top: 25px;
}

/*News page*/
.system-section-container.news-page-featured {
  padding: 0;
}
.system-section-container.news-page-featured .band-container {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
}
.system-section-container.news-page-featured .band-container .heading-2-white {
  margin: 20px 0 40px 0;
  text-align: center;
}
.system-section-container.news-page-detail-list {
  border-bottom: 1px solid #bfccd4;
}
.system-section-container.news-page-detail-list .img-block {
  width: 40%;
}
.system-section-container.news-page-detail-list .details-block {
  width: 60%;
  background: none;
  padding-left: 30px;
}
.system-section-container.news-page-detail-list .details-block .text-block-12 {
  color: #3DC1CC;
}
.news-page-detail-list .details-block a {
  text-decoration: none;
  justify-content: flex-start;
}
.wrapper.news .header-content-container {
  border-bottom: 0;
  transform: none;
  margin-top: -100px;
  padding: 50px 50px 0;
  max-width: 720px;
}
.wrapper.news .news-details {
  padding: 0 50px;
}
.w-clearfix.news-card-three {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.w-clearfix.news-card-three .div-block-34 {
  justify-content: center;
}
.wrapper.news .header-content-container .paragraph strong {
  color: #50758b;
}
