.col-four-cards {
    padding: 80px 0;
    background: #F3F4F5;
}

.col-four-cards .intro {
    text-align: center;
    margin-bottom: 50px;
}

.col-four-cards .intro h2 {
    /* H2 token: 50/60. */
    font-size: 50px !important;
    line-height: 60px !important;
    color: #0C2340;
    margin: 0;
}

.col-four-cards .wrapper {
    max-width: 1220px !important;
    margin: 0 auto;
    padding: 0 20px;
}

/* Four 266px cards on a 40px gutter across 1184. */
.col-four-cards .row-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
    margin: 0 auto;
}

.col-four-cards .row-wrap .col-four {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
    padding: 0;
}

.col-four-cards .row-wrap .col-four .card-wrap {
    padding: 30px;
    box-shadow: 18px 6px 32px 0 rgba(122, 149, 164, 0.32);
    position: relative;
    overflow: hidden;
    height: 336px;
    border-radius: 15px;
    background: #fff;
}


.col-four-cards .row-wrap .col-four .card-wrap h4 {
    font-family: "UniversLTStd Cn", sans-serif !important;
    font-weight: 700 !important;
    /* H4 token: 28/36. */
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px;
    color: #0C2340;
}

/* <p> token: Light 16/24 — restated over the company global's Roman 55. */
.col-four-cards .row-wrap .col-four .card-wrap p {
    font-size: 16px;
    font-family: "Univers LT Std Home", sans-serif !important;
    font-weight: 300;
    line-height: 24px;
    color: #31445C;
    padding-right: 6px;
    margin-bottom: 0;
    z-index: 3;
    position: relative;
}

.col-four-cards .row-wrap .col-four .card-wrap p a {
    color: #004EA8;
}

/* Eyebrow token: 65 Bold 15/22, 10% tracking. A label rather than a heading, so
   the family has to beat the Roman 55 that css/company/global.css forces onto
   every `p`. */
.col-four-cards .row-wrap .col-four .card-wrap .blue-title {
    font-family: "Univers LT Std Pro 65", sans-serif !important;
    font-size: 15px;
    font-weight: 700 !important;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
    color: #86919F;
    letter-spacing: 1.5px;
    display: block;
    margin: 0 0 15px;
}

.col-four-cards .row-wrap .col-four .card-wrap .location {
    display: inline-block;
    font-size: 109px;
    font-family: "Univers LT Pro XBlack" !important;
    font-weight: 900;
    letter-spacing: -2.289px;
    line-height: 100px;
    color: #00C389;
    opacity: 0.06;
    position: absolute;
    right: -18px;
    bottom: -12px;
}

@media (max-width: 1100px) {
    .col-four-cards .row-wrap .col-four .card-wrap {
        padding: 40px 20px;
        height: 100%;
    }
    .col-four-cards .row-wrap .col-four {
        flex: 0 0 33%;
        max-width: 33%;
    }

}

@media (max-width: 991px) {
    .col-four-cards {
        padding: 70px 0;
    }

    .col-four-cards .row-wrap .col-four {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-four-cards .row-wrap .col-four .card-wrap {
        padding: 35px 15px;
    }
}

@media (max-width: 767px) {
    .col-four-cards .row-wrap .col-four {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 595px) {
    .col-four-cards {
        padding: 50px 0;
    }

    .col-four-cards .intro h2 {
        font-size: 24px !important;
    }

    .col-four-cards .row-wrap .col-four {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-four-cards .intro {
        margin-bottom: 30px;
    }

    .col-four-cards .row-wrap .col-four .card-wrap .location {
        right: 0;
        bottom: 0;
        width: auto;
        line-height: 0;
    }

    .col-four-cards .row-wrap .col-four .card-wrap h4 {
        font-size: 22px;
    }
}


.ua-windows_nt .col-four-cards .row-wrap .col-four .card-wrap .location {
    bottom: -18px;
}