.hero .l-section-overlay {
  background: linear-gradient(
    90deg,
    rgba(6, 23, 35, 0.98) 0%,
    rgba(6, 23, 35, 0.98) 38%,
    rgba(6, 23, 35, 0.92) 46%,
    rgba(6, 23, 35, 0.78) 54%,
    rgba(6, 23, 35, 0.56) 62%,
    rgba(6, 23, 35, 0.34) 70%,
    rgba(6, 23, 35, 0.16) 78%,
    rgba(6, 23, 35, 0.06) 86%,
    rgba(6, 23, 35, 0) 100%
  ) !important;
}
.hero .l-section-overlay {
  background: linear-gradient(
    90deg,
    rgba(10, 38, 57, 0.98) 0%,
    rgba(10, 38, 57, 0.98) 38%,
    rgba(10, 38, 57, 0.92) 46%,
    rgba(10, 38, 57, 0.78) 54%,
    rgba(10, 38, 57, 0.56) 62%,
    rgba(10, 38, 57, 0.34) 70%,
    rgba(10, 38, 57, 0.16) 78%,
    rgba(10, 38, 57, 0.06) 86%,
    rgba(10, 38, 57, 0) 100%
  ) !important;
}

.underline h1 strong {
    color: #FFC400;
}

p.above_header {
    background: #49c6e52b;
    border: 1px solid #49C6E5;
    color: #49C6E5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 14px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 0px;
}

.usp-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.usp-item i {
    color: #f5c400;
}
.usp-item i.fa-solid.fa-check {
    color: var(--green);
    background: var(--lightgreen) !important;
    border-radius: 999px;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
}
