.lus__contact--hero {
  padding: 5.188rem 0 5rem;
  position: relative;
  z-index: 1;
}
/* .lus__contact--hero .story--text {
  padding-right: 1.875rem;
} */
.lus__contact--hero .hero-bg-design {
  top: 1.5625rem;
  right: 7.813rem;
  transform: none;
}
.lus__contact--hero .trust__heading ul {
  margin-top: 0.875rem;
}
.lus__contact--hero .trust__heading ul li:not(:first-child) {
  margin-top: 1.5rem;
}
.lus__contact--hero ul {
  margin-top: 1.125rem;
  padding-left: 1.375rem;
}
.lus__contact--hero ul li {
  list-style-type: disc;
}
.lus__contact--hero .lus__contact--info {
  margin-top: 3.5rem;
}
.lus__contact--hero .lus__contact--info svg,
.lus__contact--hero .lus__contact--info img {
  height: 2.4rem;
  width: 3rem;
  margin-right: 0.938rem;
}
.lus__contact--hero .lus__contact--info a.flex {
  margin-bottom: 0.5rem;
}
.lus__contact--hero .lus__contact--info svg path {
  fill: var(--trietory-color);
}
.lus__contact--hero .lus__contact--form form {
  max-width: 39.125rem;
  margin-inline: auto;
  background-color: var(--secondry-color);
  border-radius: 1.25rem;
  padding: 3.25rem;
}
.lus__contact--hero .lus__contact--form form h2 {
  margin-bottom: 4.25rem;
}

.lus__explore--section {
  padding: 5rem 0 3.25rem;
}
.lus__explore--section .story--text {
  padding-left: 9rem;
  padding-right: 3.563rem;
}
.lus__explore--section .story--text .btn-group {
  margin-top: 5.813rem;
}
.lus__explore--section .lus__explore--box-inner:not(:first-child) {
  margin-top: 6.5rem;
}
.lus__explore--section .lus__explore--box-inner .lus__story--image img {
  width: 100%;
  max-width: 68.75rem;
  height: auto;
  margin-left: auto;
  border-top-left-radius: 1.563rem;
  border-bottom-left-radius: 1.563rem;
}
.lus__explore--section .lus__explore--box-inner .trust__heading {
  text-align: left;
}
.lus__explore--section .lus__explore--box-inner:nth-child(even) {
  flex-direction: row-reverse;
}
.lus__explore--section .lus__explore--box-inner:nth-child(even) .story--text {
  padding-right: 9rem;
  padding-left: 3.563rem;
}
.lus__explore--section
  .lus__explore--box-inner:nth-child(even)
  .lus__story--image
  img {
  margin-right: auto;
  margin-left: unset;
  border-radius: 0 1.563rem 1.563rem 0;
}
.lus__explore--section
  .lus__explore--box-inner:nth-child(even)
  .trust__heading {
  text-align: right;
}

@media (min-width: 1260px) and (max-width: 1600px) {
  .lus__explore--section .story--text {
    padding-left: 4rem;
  }
  .lus__explore--section .lus__explore--box-inner .story--text {
    padding-left: 4rem;
  }
  .lus__explore--section .lus__explore--box-inner:nth-child(even) .story--text {
    padding-right: 4rem;
  }
}
@media (max-width: 1259px) {
  .lus__contact--hero {
    padding: 0rem 0 2.55rem;
  }
  .lus__contact--hero .row {
    justify-content: center;
  }
  .lus__contact--form {
    margin-top: 1.875rem;
  }
  .lus__explore--section {
    padding: 3.75rem 15px;
  }
  .lus__explore--section .lus__explore--box-inner {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .lus__explore--section .lus__explore--box-inner:not(:first-child) {
    margin-top: 3.5rem;
  }
  .lus__explore--section .lus__explore--box-inner:nth-child(even) {
    flex-direction: column-reverse;
  }
  .lus__explore--section .lus__explore--box-inner .col-xl-5 {
    width: 100%;
  }
  .lus__explore--section .lus__explore--box-inner .lus__story--image img {
    border-radius: 1.563rem !important;
  }
  .lus__explore--section .lus__explore--box-inner .story--text {
    padding: 0;
    width: 100%;
  }
  .lus__explore--section .lus__explore--box-inner .story--text .trust__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }
  .lus__explore--section
    .lus__explore--box-inner
    .story--text
    .trust__heading
    .btn-group {
    margin: 0;
  }
  .lus__explore--section .lus__explore--box-inner:nth-child(even) .story--text {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lus__explore--section
    .lus__explore--box-inner
    .story--text
    .trust__heading
    h2 {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .lus__sponsorshio--section .hero-content h1.h1-s {
    font-size: 7.5vw;
  }
  .lus__contact--form h2,
  .trust__heading h2 {
    font-size: 5.357vw !important;
  }
}

section.lus__contact--hero .row {
  align-items: center;
}
