/**
 * Banner-v2
 */

.banner-v2 {
  text-align: center;
}
.banner-v2__body {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.banner-v2__content {
  z-index: 2;
  margin-top: -10rem;
  position: relative;
  width: 100%;
}
.banner-v2__wrapper {
  max-width: 445px;
  background-color: #fff;
  padding: 1rem;
  margin: 0 auto;
  box-shadow: 0px -26px 30px rgba(0, 0, 0, 0.1);
}
.banner-v2 h1,
.banner-v2 h2 {
  font-size: 24px;
  margin: 0;
  color: var(--brand-primary-color);
  line-height: 120%;
  letter-spacing: 2px;
}
.banner-v2__cta .cta {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 750px) {
  .banner-v2 h1,
  .banner-v2 h2 {
    font-size: 28px;
  }
  .banner-v2__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-top: unset;
  }
  .banner-v2--right .banner-v2__content {
    right: 0;
  }
  .banner-v2__wrapper {
    min-height: 200px;
    padding: 36px;
  }
  .banner-v2--left .banner-v2__wrapper {
    margin: 0 auto 0 0;
  }
  .banner-v2--right .banner-v2__wrapper {
    margin: 0 0 0 auto;
  }
}
@media all and (min-width: 1200px) {
  .banner-v2 h1,
  .banner-v2 h2 {
    font-size: 35px;
  }
}
@media all and (min-width: 1600px) {
  .banner-v2.banner_v2_large_height img {
    min-height: 744px;
    object-fit: cover;
  }
}