.image-cover {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.image-cover__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.image-cover__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  z-index: 2;
  display: flex;
  align-items: flex-start;
}
.image-cover__content {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  position: relative;
}
.image-cover__text-block {
  max-width: 724px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 80px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 99;
}
.image-cover__title {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
}
.image-cover__text p {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5882352941);
}
.image-cover__text p strong {
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.image-cover__icon {
  width: 64px;
  height: 64px;
}
.image-cover__item {
  display: flex;
  flex-flow: column;
  gap: 32px;
  width: 100%;
}

@media (max-width: 1279px) {
  .image-cover .big-container {
    padding: 0 20px;
  }
  .image-cover__title {
    display: none;
  }
  .image-cover__text-block {
    max-width: 100%;
    top: 70px;
    gap: 60px;
  }
  .image-cover__item {
    gap: 24px;
  }
  .image-cover__text p {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
  .image-cover__text p strong {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
  .image-cover__icon {
    width: 48px;
    height: 48px;
  }
} /*# sourceMappingURL=style.css.map */
