.landing-hero {
  min-height: calc(100dvh - 150px);
  transition: all 0.3s ease-out 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.landing-hero__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  padding: 4em 0;
  align-items: center;
}

.landing-hero__text {
  width: calc(50% - 3em / 2);
}

.landing-hero__list {
  width: calc(50% - 3em / 2);
}

.landing-hero__content :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 26px;
}

.landing-hero__content {
  max-width: 33em;
}

.landing-hero__content p {
  font-size: 1.3em;
}

.landing-hero__content {
  margin-bottom: 4em;
}

.landing-hero__text .m-btn {
  width: 100%;
  max-width: 22.25em;
}

.container-fluid {
  width: 100%;
}

.landing-hero__list-item {
  border-radius: 1.0315em;
  padding: 1.8em 1.5em;
  max-width: 22em;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
}
.landing-hero__list-item.even {
  margin-left: auto;
  margin-right: 2.625em;
}

.landing-hero__list-item.odd {
  margin-right: auto;
}

.landing-hero__list-item h6 {
  color: var(--color-warm-white);
  font-size: 1.2em;
  line-height: 1.32;
}

.buttons__wrap {
  max-width: 20.85em;
  justify-content: center;
}

.buttons__wrap p {
  text-align: center;
  font-size: 0.8em;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}

.landing-hero__list-item__img {
  position: absolute;
  top: -30%;
  max-width: 5.25em;
}

.landing-hero__list-item.odd .landing-hero__list-item__img {
  left: -2.625em;
}

.landing-hero__list-item.even .landing-hero__list-item__img {
  right: -2.625em;
}

.landing-hero__list-item.even:first-of-type .landing-hero__list-item__img {
  top: -30%;
  bottom: auto;
}

.landing-hero__list-item.even .landing-hero__list-item__img {
  top: auto;
  bottom: -30%;
}

@media only screen and (max-width: 991px) {
  .landing-hero__wrap {
    flex-direction: column;
  }
  .landing-hero__text,
  .landing-hero__list {
    width: 100%;
  }

  .landing-hero__list-item.even {
    margin-right: 5.25em;
  }

  .landing-hero__list-item.odd {
    margin-left: 5.25em;
    margin-top: -5em;
  }

  .landing-hero__list-item.even:first-of-type {
    margin-right: 2.625em;
  }

  .landing-hero__list-item.odd:last-of-type {
    margin-left: 2.625em;
  }

  .landing-hero__list-item {
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .landing-hero__list-item {
    max-width: 37%;
  }

  .landing-hero h1 {
    font-size: 3.6em;
  }

  .landing-hero__content p {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 575px) {
  .landing-hero__list-item {
    max-width: 75%;
  }

  .landing-hero__list-item.odd {
    margin-top: 1em;
  }

  .landing-hero__text .m-btn,
  .buttons__wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .landing-hero__list-item.even {
    margin-right: 2em;
  }

  .landing-hero__list-item.odd {
    margin-left: 2em;
  }
  .landing-hero__list-item h6 {
    font-size: 1em;
  }

  .landing-hero__list-item__img {
    max-width: 4em;
  }

  .landing-hero__list-item.odd .landing-hero__list-item__img {
    left: -2em;
  }

  .landing-hero__list-item.even .landing-hero__list-item__img {
    right: -2em;
  }
}
