.banner {
  margin: 8.75rem 0 5.625rem;
}
.banner__container {
  position: relative;
  padding: 3.75rem 2rem;
  background-color: var(--bg);
  border-radius: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.banner__container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: linear-gradient(165deg, #E15A5A 0%, #630A0A 100%);
  border-radius: 2.75rem;
}
.banner__title {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto 1.5rem;
  background: linear-gradient(115deg, #211 0%, #fb5036 7.83%, #fff 24.93%, #fff 75.41%, #fb5036 87.63%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.banner__row img {
  width: 4.35625rem;
  height: 3.85625rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: 0.75rem;
}
.banner__button {
  margin-top: 1.875rem;
}
.banner__button .btn {
  min-width: 17.875rem;
}
@media (max-width: 768px) {
  .banner {
    margin: 100px 0;
  }
  .banner__container {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 24px;
  }
  .banner__container::before {
    border-radius: 24px;
  }
  .banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .banner__row p {
    font-size: 44px;
  }
  .banner__row img {
    width: 55.7px;
    height: 49.4px;
    margin-left: 9px;
  }
  .banner__text {
    font-size: 24px;
  }
}
/*# sourceMappingURL=banner.css.map */