.iti-pricing-cta {
    .et_pb_row {
        padding-bottom: 5.3125rem;
        padding-top: 5.3125rem;
        width: clamp(40vw, 1240px, 95%) !important;
        max-width: none;
    }
    .iti-button-link {
        margin-bottom: 1rem;
    }
    .iti-underline-link {
        color: white;
        transition: all .1s ease-in-out;
        margin-left: 1rem;
        margin-top: 2rem;
        padding-bottom: 4px;
        text-transform: uppercase;
    }
    .iti-underline-link:hover {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    small {
        a {
            color: white;
            text-decoration: underline;
        }
        em {
            line-height: 1.6;
        }
    }
    p, h1, h2, h3, h4, h5 {
        color:white;
        margin-bottom: .5rem;
        padding-bottom: 0px;
    }

    h2 {
        font-size: 50px;
        line-height: .6;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.33
    }
    h4 {
        font-size: 36px;
        line-height: .9;
    }
    h5 {
        margin-top: 2rem;
        font-size: 14pt;
        font-weight: light;
        line-height: 1.7;
        width: clamp(200px, 75%, 500px);
    }
    p {
        font-size: 12px;
        font-weight: 100;
        line-height: 1.1;
    }

}