.iti-image-and-cta {
    font-family: "Apercu Pro Regular", Arial, Helvetica, sans-serif;

    h1, h2, h3 {
        text-align: left;
    }
    p {
        font-size: 14pt;
        font-weight: 400;
    }

    .et_pb_row {
        width: 70%;
        align-items: center;
    }
    
    .iti-image {
        height: 100%;
        /* max-width: 900px; */
    }
    .headline {
        text-align: left;
        letter-spacing: -2px;
        margin-bottom: 2rem;
        font-size: 48px;
    }
    .copy {
        color: #445666;
        letter-spacing: -.5px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.59;
        margin-bottom: 2rem;
    }
    .content {
        margin-bottom: 2rem;
    }
    @media screen and (min-width < 1201px) {
        .et_pb_row {
            display: flex;
            align-items:center;
            /* width: clamp(40vw, 1240px, 95%) !important; */
            /* max-width: none; */
        }
    }
    @media screen and (max-width < 1200px) {
        .et_pb_row {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .iti-image {
            max-width: 800px;
            height: auto;
        }
    }
}

