/* Enter Your Custom CSS Here */

.cross-sell-logos {
	  min-height: 150px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cross-sell .vc_column-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cross-sell .vc_column-inner::before {
	  content: '';
	  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}