* {
  font-size: 20px;
  line-height: 1.05;
}

body {
  background-color: var(--white) !important;
  font-size: 20px !important;
}

main {
  padding: 0;
  color: var(--black) !important;
  margin-bottom: 30px;
}

section {
  margin: 0;
}

.banner {
  margin-top: 111px;
}

.banner img {
  width: 100%;
  min-height: 530px;
}

.hero {
  margin-top: 50px;
}

.container {
  max-width: 1500px !important;
  margin: 0 auto;
  padding: 0 80px !important;
}

.hero-wrapper {
  position: relative;
  height: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-desc__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.hero-img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

.hero-main__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.05;
  text-align: right;
}

.hero-main__subtitle {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.05;
  text-align: right;
}

.hero-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 0.88;
}

.hero-title {
  font-weight: 700;
  font-size: 41px;
  line-height: 0.88;
}

.bold {
  font-weight: 700;
}

.hero-desc__block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero-desc__block ul {
  max-width: 360px;
}

.list-heading {
  margin-bottom: 15px;
}

@media (max-width: 1440px) {
  .container {
    padding: 0 20px !important;
  }
}

@media (max-width: 1100px) {
  .hero-main__title {
    font-size: 48px;
  }

  .hero-main__subtitle {
    font-size: 24px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-desc__wrapper {
    height: 600px;
    align-items: start;
    gap: 40px;
  }

  .hero-desc__block__wrapper:nth-child(2) {
    margin-top: auto;
  }
}

@media (max-width: 738px) {
  .banner img {
    min-height: 500px;
  }

  .hero-img {
    position: static;
  }

  .hero-desc__wrapper {
    flex-direction: column;
    height: fit-content;
  }

  .hero-wrapper {
    min-height: fit-content;
    height: fit-content;
  }

  .hero-desc__block ul {
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .banner img {
    min-height: 400px;
  }

  .hero-main__title {
    font-size: 36px;
  }

  .hero-main__subtitle {
    font-size: 20px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 20px;
  }
}
