/* OUR CUSTOMER WITH CAROUSEL CSS */

/* Base = Mobile first */
.nv-occ-layout {
    padding-bottom: 0;
    padding-left: 8% !important;
    padding-right: 8% !important;
    padding-top: 64px !important;
}

.nv-occ-sub-p {
    text-align: left;
    width: 100%;
    color: #010F27;
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -1px;
}

.nv-occ-title-p {
    text-align: left;
    color: var(--Collaborative, #286CFC);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* Larger screens (≥1024px) */
@media (min-width: 1024px) {
    .nv-occ-layout {
        padding-bottom: 40px;
        padding-top: 120px !important;
        padding-left: 180px !important;
        padding-right: 180px !important;
    }

    .nv-occ-sub-p {
        width: 50%;
        font-size: 45px;
        line-height: 53px;
    }
}