.banner {
  margin: 7.8125rem 0 10.3125rem;
}
.banner__container {
  position: relative;
  text-align: center;
  padding: 4.75rem;
  border: 1px solid rgba(255, 128, 23, 0.55);
  border-radius: 2.5rem;
  -webkit-box-shadow: inset 0 0 70px 16px rgba(255, 128, 23, 0.7), 0 0 60px 0 rgba(255, 128, 23, 0.45);
  box-shadow: inset 0 0 70px 16px rgba(255, 128, 23, 0.7), 0 0 60px 0 rgba(255, 128, 23, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.5rem;
}
.banner__info {
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--orange);
}
.banner__title {
  font-size: max(3.25rem, 12px);
  line-height: 100%;
  font-weight: 900;
  color: var(--light);
  text-shadow: 0 0 24px rgba(255, 128, 23, 0.55);
}
.banner__text {
  font-size: max(1.25rem, 12px);
  line-height: 150%;
  font-weight: 300;
}
.banner__button .btn {
  min-width: 23.5625rem;
}
@media (max-width: 768px) {
  .banner {
    margin: 100px 0 50px;
  }
  .banner__container {
    padding: 44px 24px;
    border-radius: 28px;
    -webkit-box-shadow: inset 0 0 50px 12px rgba(255, 128, 23, 0.7), 0 0 44px 0 rgba(255, 128, 23, 0.45);
    box-shadow: inset 0 0 50px 12px rgba(255, 128, 23, 0.7), 0 0 44px 0 rgba(255, 128, 23, 0.45);
    gap: 16px;
  }
  .banner__bg img {
    border-radius: 28px;
  }
  .banner__info {
    font-size: 12px;
  }
  .banner__title {
    font-size: 32px;
    line-height: 120%;
    text-shadow: 0 0 20px rgba(255, 128, 23, 0.55);
  }
  .banner__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=banner.css.map */
/*# sourceMappingURL=banner.css.map */