/* Generated by vite-plugin-svg-spritemap */
.banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media (min-width: 1024px) {
  .banner {
    padding-bottom: 128px;
    padding-top: 128px;
  }
}
.banner__container {
  width: 100%;
}
.banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__title {
  color: var(--white);
  max-width: 981px;
  font-size: 32px;
  line-height: 44.8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 48px;
    line-height: 67.2px;
  }
}
.banner__text {
  color: var(--white);
  max-width: 863px;
}
.banner__button {
  margin-top: 40px;
}