.footerBanners {background: #fff; padding: 1.5rem; position: relative;}
.footerBanners__item {display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; transition: .5s; height: 5.75rem; text-decoration: none !important;}
.footerBanners__icon {max-width: 100%; height: auto; max-height: 3.125rem;}
.footerBanners__item:hover {transform: translateY(-0.5rem);}
.footerBanners__col {}
.footerBanners__col._left {-ms-flex: 0 0 42%; flex: 0 0 42%; max-width: 42%; padding: 0.5rem;}
.footerBanners__col._right {background: rgba(0,0,0,.55);
	display: flex; flex-direction: column; justify-content: center; align-items: start; 
	padding: 0.125rem 1rem 0.125rem 1.875rem;
	color: #fff !important; font-size: 0.875rem;
	text-transform: uppercase; line-height: 1.2;
	-ms-flex: 0 0 58%; flex: 0 0 58%; max-width: 58%;
}
.footerBanners__col._right:before {content: ''; position: absolute; top: 0; left: 0; width: 1.5rem;  height: 1.5rem; }


/*desktops*/
@media (max-width: 1200px) { 
	
}

/*tablets*/
@media (max-width: 991px) {
	.footerBanners__col._right {padding: 0.125rem 1rem 0.125rem 1rem; font-size: 0.75rem;}
	.footerBanners__icon {max-height: 2rem;}
}

/*phones*/
@media (max-width: 767px) { 
	.footerBanners {padding: 15px;}
	.footerBanners__col {padding-bottom: 1rem;}
	.footerBanners__col:last-child {padding-bottom: 0;}
	.footerBanners__item {height: 4rem;}
	.footerBanners__desc {font-size: 12px;}
}
