.p-our-brands .banner {
    background: url(/images/content/banners/corporate.jpg) 75% 75% / cover no-repeat;
}
/*______________________________________________________________________________BRANDS*/
.p-our-brands .lity-container {
    max-width: 60rem;
	width: 93.75vw;
	padding: 0 0.9375rem;
}
.p-our-brands .lity-content {
    background-color: #fff;
	padding: 1rem;
}
.p-our-brands .lity-content .info {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.p-our-brands .lity-content .hero img {
    margin: 0 auto;
	max-height: 20rem;
}
.p-our-brands .lity-content a.brand-link {
    width: 12rem;
	text-align: left;
	color: #000 !important;
	position: relative;
	padding-right: 1.5rem;
	padding-left: 0;
}
.p-our-brands .lity-content a.brand-link::before {
    content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid black;
	padding: 0.125rem 0.25rem;
}
.p-our-brands .lity-content a.brand-link:hover::before {
    background-color: #00ADEF;
	color: #fff !important;
}
@media(min-width:48em){
	.p-our-brands .lity-content {
		padding: 3rem;
	}
	.p-our-brands .lity-content .info img {
		width: 15rem;
	}
}