/*--BEGINNING--News Trio shorter width--*/

/*--INFO--*/
/*--These CSS are meant to make the News Trio width shorter 
to fit the same alignment of the Partner Supplier Banner title
PENDING SNOW TICKET --*/


.newsTrio .cards .container-fluid--upto-xl{
    padding-left: 128px;
    padding-right: 128px;
}

@media (max-width: 1023.98px){
    .newsTrio .cards .container-fluid--upto-xl{
        padding-left: 44px;
        padding-right: 44px;
        padding: 0 2.75rem;
    }    
}

@media (max-width: 767.98px){
    .newsTrio .cards .container-fluid--upto-xl{
        padding-left: 20px;
        padding-right: 20px;
    }  
}

/*--END--News Trio shorter width--*/
