.landing-page-banner {
  background-image: linear-gradient(180deg, #f3f9f7 48%, #ffffff 100%);
}
.landing-page-banner .drlp-content-box {
  padding: 60px 0 0;
  border-bottom: 1px solid #bababa;
}
.landing-page-banner .drlp-content-box .row {
  --bs-gutter-y: 0;
}
.landing-page-banner .lpb-image {
  max-width: 520px;
  margin: 0 auto;
}
.landing-page-banner .lpb-content {
  padding-bottom: 52px;
}
.landing-page-banner .lpb-content h1,
.landing-page-banner .lpb-content ul {
  margin-bottom: 32px;
}
.landing-page-banner .lpb-content ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  padding-left: 40px;
}
.landing-page-banner .lpb-content ul li::before {
  position: absolute;
  left: 0;
  content: url(../images/icons/tick-v2.svg);
  display: inline-block;
  line-height: 0;
  top: 8px;
}
.landing-page-banner .lpb-content ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .landing-page-banner {
    position: relative;
  }
  .landing-page-banner .lpb-image {
    margin: 0 auto 0 0;
    position: absolute;
    bottom: 0;
    min-width: 520px;
  }
  .landing-page-banner .lpb-content {
    padding: 120px 0 108px;
  }
  .landing-page-banner .lpb-content h1,
  .landing-page-banner .lpb-content ul {
    margin-bottom: 40px;
  }
  .landing-page-banner .lpb-content ul {
    max-width: 500px;
  }
  .landing-page-banner .lpb-content ul li {
    font-size: 20px;
    line-height: 29px;
  }
  .landing-page-banner .lpb-content ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .landing-page-banner .drlp-content-box {
    padding: 0;
  }
}
