.vv-heading {
    color: var(--text-black-131619, #131619);
    text-align: center;
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 24px;
    padding-bottom: 24px;
}

#container-453c4c2559 vv-heading{
     padding-top: unset;
    padding-bottom: unset;
}

.vv-heading-new {
    color: var(--text-black-131619, #131619);
    text-align: center;
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 24px;
    padding-bottom: 24px;
}


.vv-subheading {
    color: var(--text-grey-1363-c-41, #363C41);
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}

.vv-subheading-new {
    padding: 8px 0px 42px 0px;
    color: var(--text-grey-1363-c-41, #363C41);
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */

}


.vv-bottom-sub {
    padding-top: 12px;
    /*padding-bottom: 48px; aboutus*/
    text-align: center;
    padding-bottom: 24px;
}

.newpar {
    display: none;
}

.parsys .cardsV5{
    display: flex;
    justify-content: center;
}

@media screen and (max-width:600px) {

    .vv-heading {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 0px;

    }

    .vv-bottom-sub {
        padding: 0px 0px 16px 16px;
        text-align: left;
    }
}