.three-images {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.three-images__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.three-images__item {
  position: absolute;
  inset: 0;
}
.three-images__item img {
  display: block;
  height: 100vh;
  width: 100%;
}
.three-images__content {
  display: flex;
  flex-flow: column;
  gap: 52px;
  height: 80vh;
  justify-content: flex-end;
}
.three-images__title {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #fff;
}
.three-images__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.three-images__btn {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  padding: 15px 32px;
  border: 1px solid var(--White-20, rgba(255, 255, 255, 0.2));
  background: #fff;
  color: #000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 16px;
}
.three-images__btn--transparent {
  background: var(--White-7, rgba(255, 255, 255, 0.0705882353));
  color: #fff;
}
.three-images__overlay {
  position: absolute;
  bottom: 20px;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3333333333);
}

@media (max-width: 1279px) {
  .three-images__title {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
  .three-images__overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100% !important;
    bottom: auto;
    z-index: 3;
  }
  .three-images__btns {
    flex-flow: column;
    align-items: flex-start;
  }
} /*# sourceMappingURL=style.css.map */
