.iti-full-width-cta {
    font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5% !important;

    .iti-fwcta-container {
        .iti-fwcta-headline {
            margin-bottom: 0.6rem;

            h1 {
                color: white;
                font-size: 48px;
                letter-spacing: -2px;
                line-height: 1;
                font-weight: 500;
                margin: 0;
                text-align: center;
            }
        }

        .iti-fwcta-cta {
            font-size: 1rem;
        }
    }
}