.banner--content {
  background-color: rgba(79, 79, 79, 0.6);
}
@media screen and (max-width: 768.98px) {
  .header:not(.hasTop) {
    min-height: 60px;
  }
  .header--content .logo img {
    height: 32px;
  }
  .header--content {
    margin-top: 8px;
  }
  .header.hasTop {
    padding-bottom: 13px;
  }
  .banner--background img {
    max-height: 431px;
  }
  .banner--content {
    max-width: 290px;
    margin-right: 49px;
    border-radius: 3px;
    padding: 19px 27px 23px;
  }
  .banner--content__content p {
    font-size: 16px;
  }
  .icon-check {
    padding: 9px 14px;
    background-size: contain;
  }
  .banner--content__botton .btn-link-orange {
    font-size: 18px;
    padding: 10px 25px;
  }
  .banner--content__title {
    font-size: 32px;
  }
  .banner--content__botton {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .banner--content {
    margin: 0 auto;
  }
  .banner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 56.12%);
    height: 100%;
    max-height: 598px;
  }
  .banner .container-xxl {
    bottom: 38px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner {
    padding-top: 82px;
  }
  .banner::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 56.12%);
    height: 598px;
    z-index: 1;
  }
  .banner .banner--background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
  .banner .container-xxl {
    z-index: 2;
    top: unset;
  }
}
