.referral-hero {
    padding: 10px 0 0;
    background: #ffffff url("../images/referral-hero.webp") center / cover no-repeat;
}

.referral-hero-row {
    display: grid;
    min-height: 315px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.referral-hero-copy {
    padding: 35px 5px 45px;
}

.referral-hero-copy h1,
.referral-hero-copy h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.referral-hero-copy h2,
.referral-hero-copy strong {
    color: var(--blue);
}

.referral-hero-copy hr {
    width: 70px;
    margin: 20px 0;
    border: 0;
    border-top: 2px solid var(--blue);
}

.referral-hero-copy p {
    margin: 0;
    font-size: 24px;
    line-height: 1.45;
}

.referral-hero-art {
    justify-self: end;
    padding: 25px 0;
}

.referral-hero-art img {
    width: 300px;
}

.referral-rewards-picture {
    display: block;
}

.referral-rewards-picture img {
    width: 100%;
}

.referral-intro ul {
    margin: 15px 0 20px;
    padding-left: 25px;
}

.referral-intro li + li {
    margin-top: 9px;
}

.faq-answer ul {
    margin: -5px 0 20px;
    padding: 0 0 10px 45px;
    color: #333333;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 27.52px;
}

@media (max-width: 991px) {
    .referral-hero {
        padding-top: 25px;
        background-image: none;
    }

    .referral-hero-row {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .referral-hero-copy {
        padding: 25px 5px 10px;
    }

    .referral-hero-copy h1,
    .referral-hero-copy h2 {
        font-size: 32px;
    }

    .referral-hero-copy p {
        font-size: 20px;
    }

    .referral-hero-art {
        justify-self: center;
        padding: 20px 0 25px;
    }

    .referral-hero-art img {
        width: min(300px, 80vw);
    }
}
