.subheader.gradient-bg {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(ellipse at 78% 18%, rgba(82, 139, 255, .28), transparent 36%),
        linear-gradient(135deg, #0d2540 0%, #1d3a6e 100%);
}

.subheader.gradient-bg::before {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255, 255, 255, .04), transparent 42%);
}

.subheader.gradient-bg .container {
    position: relative;
    z-index: 1;
}

.subheader.gradient-bg h1 {
    margin-bottom: 17px;
    color: #fff;
    font-size: clamp(2.1rem, 3.5vw, 3.35rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.subheader.gradient-bg .lead {
    margin-bottom: 0;
    color: #dbe9ff;
    font-size: 1.08rem;
    line-height: 1.7;
}

.contact-alert-wrap {
    margin-top: 1.5rem;
    text-align: center;
}

.contact-alert-success {
    display: inline-block;
    width: 50%;
}

.contact-section-description {
    text-align: justify;
}

.contact-map-frame {
    border: 0;
}

@media (max-width: 767.98px) {
    .subheader.gradient-bg {
        padding: 76px 0;
    }

    .contact-alert-success {
        width: 100%;
    }
}
