.single__banner--logo svg {
  width: 100%;
}

.banner--title h2 {
  max-width: 75%;
}

.news__data--text h3 {
  color: red;
  font-weight: bold;
}
.news__data--text a {
  color: #E42027;
  font-weight: 500;
  text-decoration: underline;
}

.news--item-data {
  color: white;
}
.news--item-data p {
  margin: 0;
}
.news--item-data p a {
  text-decoration: underline;
  color: white;
}

@media (max-width: 1600px) {
  .banner--title h2 {
    max-width: 85%;
    font-size: 35px;
  }
}
@media (max-width: 1280px) {
  .main__page__content {
    padding-top: 124px;
  }
  .banner--title h2 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .main__page__content {
    padding-top: 167px;
  }
  .single__page--banner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .single__page--banner .single__banner--logo {
    margin: 0 0 20px 0;
  }
  .single__page--banner .single__banner--logo svg {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .single__page--banner .single__banner--logo svg {
    width: 135px;
  }
}
.news-container .container {
  padding-left: 15%;
  padding-right: 15%;
}

p {
  font-size: 16px;
}

.news__story--data .news__data--image {
  position: relative;
  width: 100%;
  padding-top: 45.6%;
  overflow: hidden;
}
.news__story--data .news__data--image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__story--data .news__data--text p {
  font-weight: 500;
  margin-bottom: 15px;
}
.news__story--data .news__data--text a {
  margin-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .news-container .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .news-container .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}/*# sourceMappingURL=news-story.css.map */