/*  This impacts the bottom padding of an Accolades block when used directly above a Split Content by reducing the space below the shared Accolades block.  */


.scu-layouts .row.pt-25 {
    padding-top: 35px;
}


/*  This impacts the top padding of a Split Content block when used directly underneath the Accolades block by reducing the space above the Split Content block isolated For This Page.  */


.m22 {
    padding-top: 25px;
    padding-bottom: 110px;
}