.banner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner {
    height: 856px;
    object-fit: cover;
    object-position: left;
    overflow-x: hidden;
  }
}

.banner-container {
  position: relative;
  width: 100%;
}

.banner-text {
  position: absolute;
  top: 0;
  color: white;
  width: 100%;
  height: 100%;
  padding: 0 var(--base-padding);
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .banner-text {
    justify-content: center;
    gap: 32px;
  }
}

.banner-main-title {
  font-family: e-Ukraine-Head-Regular, sans-serif;
  font-size: var(--banner-font-size);
  line-height: 1.2;
  color: #F9CF01;
}
@media only screen and (max-width: 1440px) {
  .banner-main-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-main-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-main-title {
    font-size: 36px;
    text-align: center;
  }
}
@media only screen and (max-width: 426px) {
  .banner-main-title {
    font-size: 32px;
  }
}

.banner-sub-title {
  font-size: 34px;
  width: 560px;
}
@media only screen and (max-width: 1440px) {
  .banner-sub-title {
    font-size: 20px;
    width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-sub-title {
    font-size: 20px;
    width: 375px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-sub-title {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 426px) {
  .banner-sub-title {
    font-size: 30px;
  }
}

.banner-sub-title-yellow {
  color: #F9CF01;
}

/*# sourceMappingURL=banner.css.map */
