.banner-section2__media-content .banner-section2__full-banner {
  aspect-ratio: auto;
}

.banner-section2 img {
  margin: 0 auto !important;
}

.news-section .partners {
  justify-content: flex-start;
}

.header__logo {
  width: 170px;
}

.news-section .card {
  max-width: calc(25% - 32px);
}

@media (max-width: 767px) {
  .header__logo {
    width: 111.5px;
    margin: 0 auto;
  }

  .news-section .partners {
    justify-content: center;
  }
}

/* ========== Footer ===========  */

footer {
  background-color: #f1f1f1 !important;
}

footer p.developed {
  font-size: 14px;
  text-align: right;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .footer__copyright {
    border-bottom: none;
  }
  footer p.developed {
    text-align: center;
  }
}

/* ========= audio news section ========= */

.news-section .cards img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
