.why-hero {
    min-height: 555px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 70px;
    padding: 56px clamp(22px, 8.5vw, 135px) 72px;
    background: #e9f6ff
}

.why-hero h1 {
    font: 700 clamp(48px, 5.5vw, 79px)/.98 Fraunces, serif;
    letter-spacing: -4px;
    margin: 0
}

.why-hero>div>p:not(.eyebrow):not(.crumb) {
    max-width: 500px;
    line-height: 1.7;
    font-size: 16px;
    margin: 26px 0
}

.why-hero figure {
    margin: 0;
    height: 415px;
    position: relative
}

.why-hero figure:before {
    content: "";
    position: absolute;
    inset: -18px -18px 17px 19px;
    border: 2px solid #0d6efd;
    border-radius: 47% 47% 25px 25px;
    transform: rotate(4deg)
}

.why-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 47% 47% 25px 25px;
    position: relative
}

.why-hero figcaption {
    position: absolute;
    bottom: 18px;
    left: -24px;
    background: white;
    padding: 12px 16px;
    border-radius: 10px;
    font: 600 12px DM Sans;
    box-shadow: 0 8px 20px #19486a22
}

.why-intro {
    display: grid;
    grid-template-columns: .55fr 1fr;
    gap: 80px;
    background: white
}

.why-intro h2,
.reasons h2 {
    font: 700 clamp(38px, 4.3vw, 62px)/1 Fraunces;
    letter-spacing: -3px;
    margin: 0
}

.why-intro div>p {
    max-width: 620px;
    line-height: 1.8;
    font-size: 16px;
    margin: 25px 0 0
}

.why-image {
    height: 455px;
    position: relative;
    overflow: hidden;
    background: #74b4e9
}

.why-image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.why-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0b437f88, transparent 60%)
}

.why-image div {
    position: absolute;
    z-index: 2;
    left: clamp(22px, 8.5vw, 135px);
    bottom: 55px;
    color: white;
    font: italic clamp(34px, 4vw, 58px)/1 Fraunces
}

.reasons {
    background: #f6fbff;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px
}

.reasons-list {
    border-top: 1px solid #b8d9f0
}

.reasons-list article {
    display: grid;
    grid-template-columns: 42px 1fr 30px;
    gap: 18px;
    padding: 23px 0;
    border-bottom: 1px solid #b8d9f0
}

.reasons-list b {
    color: #0d6efd;
    font: 700 15px Fraunces
}

.reasons-list h3 {
    font: 700 28px Fraunces;
    margin: 0 0 8px
}

.reasons-list p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 530px
}

.reasons-list article>span {
    font: 25px Fraunces;
    color: #2780d1
}

.why-quote {
    padding: 90px clamp(22px, 8.5vw, 135px);
    background: #0e5eae;
    color: white;
    text-align: center
}

.why-quote p {
    font: italic clamp(36px, 4.7vw, 67px)/1.05 Fraunces;
    margin: 0 auto 20px;
    max-width: 810px
}

.why-quote span {
    font: 700 12px DM Sans;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #b8e1ff
}

@media(max-width:760px) {

    .why-hero,
    .why-intro,
    .reasons {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .why-hero {
        padding-top: 35px
    }

    .why-hero h1 {
        font-size: 54px
    }

    .why-hero figure {
        height: 340px
    }

    .why-intro,
    .reasons {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .why-image {
        height: 350px
    }

    .why-image div {
        bottom: 35px
    }

    .reasons-list article {
        grid-template-columns: 32px 1fr
    }

    .reasons-list article>span {
        display: none
    }
}