/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


#home-card-split .feature-card {
  z-index: 1;
}

@media (min-width: 1140px){
.footer__nav #hs_cos_wrapper_footer_nav .row > .col {
width: unset;
}
}
@media (max-width: 1139px){
.afooter__nav #hs_cos_wrapper_footer_nav .row > .col {
width: 33%;
}
}
@media (max-width: 767px){
   .footer__nav #hs_cos_wrapper_footer_nav .row > .col {

width: 100%; 
}