/*--BEGINNING--Literature shorter width--*/

/*--INFO--*/
/*--These CSS are meant to make the Literature width shorter 
to fit the same alignment of Partner Supplier Banner title
PENDING SNOW TICKET --*/


.certificate-page .container-fluid--upto-xl {
    left: 105px;
    padding-right: 85px;
    padding-left: 0px;
}


@media (max-width: 1023.98px){
    .certificate-page .container-fluid--upto-xl {
        left: 0;
        padding-right: 0;
        padding-left: 0px;
    }
}

@media (max-width: 767.98px){
    .certificate-page .container-fluid--upto-xl {
        left: 0;
        padding-right: 0;
        padding-left: 0px;
    }

}

span.cmp-location_list-filter-result.color_corpDeepGreen.p_small_bold {
    color: #000;
}

/*--END--Literature shorter width---*/
