/* PAYOFF SECTION */

section{
    height: 65dvh;
}

.about-us-hero-grey{
    background: var(--primary-1);
    padding-block: 3rem;
}

.about-us-sub-text{
    text-transform: uppercase;
    align-self: end;
}

.about-us-main{
    align-self: start;
    line-height: 35px;
    margin-block: 1rem;
    font-weight: 500;
}

.full-width-img{
    position: relative;
}

.full-width-img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 70%;
}

.img-referral{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size:9px;
}

.about-us-hero-white{
    background: white;
    height: 60dvh;
    padding-block: 3rem;
}

/* Call to action */

.call-to-action{
    padding-inline: 20vw;
    padding-block: 10vh;
    text-align: center;
    background: var(--primary-1);
}

.img-centered{
    margin-bottom: 5vh;
}

.img-centered>img{
    width: 9%;
}

.payoff{
    text-align: center;
    line-height: 1.7em;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.cta-button{
    text-align: center;
}

.submit-button {
    background-color: var(--primary-3);;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    width: 50%;
    margin-left: 25%;
}

.submit-button:hover {
    background-color: var(--primary-3);;
}

.email-input {
    width: 50%;
    margin-left: 25%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#emailForm{
    display: grid;
    gap: 1em;
}
