.iti-cta-cards {
    .cta-card-row {
        display: flex;
        flex-direction: row;
        padding: 0px 60px;
        justify-content: center;

        &.cta-card-row-3-col {
            .cta-card-col {
                width: calc(100% / 3);
                margin-right: 0px !important;
            }
        }

        .cta-card-col {
            background: #f4f4f4;
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 4.375rem 60px;

            .cta-card-eyebrow {
                margin: 0px;
                padding: 0px;

                h6 {
                    color: inherit;
                    font-size: 12px;
                    font-weight: 500;
                    letter-spacing: 1.5px;
                    line-height: 1.08;
                    text-transform: uppercase;
                    margin: 0px;
                    padding: 0px;
                }
            }

            .cta-card-title {
                h2 {
                    color: inherit;
                    margin: 0;
                    margin-top: 1.5625rem;
                    font-size: 48px;
                    letter-spacing: -2px;
                    line-height: 1;
                    font-weight: 500;
                }
            }

            .cta-card-button {
                font-family: "Apercu Pro Medium", Arial, Helvetica, sans-serif;
                outline: 0 !important;
                -webkit-tap-highlight-color: transparent;
                border-radius: 30px;
                overflow: hidden;
                touch-action: manipulation;
                user-select: none;
                font-weight: 400;
                line-height: 1.59;
                padding-right: 3rem !important;
                padding-left: 1.7rem !important;
                padding-top: 0.7rem;
                padding-bottom: 0.7rem;
                font-size: 14px;
                text-transform: uppercase;
                white-space: nowrap;
            }
        }
    }
}