/**
 * Cta Locations
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */

.cta-locations {
	background-color: var(--gray);
	padding: 45px 0;
	overflow: hidden;
}
.cta-locations.blue {
	background-color: var(--blue);
}
.cta-locations .col-left{
	width: 50%;
}
.cta-locations .col-right{
	width: 50%;
}
.cta-locations .col-left > p{
	margin-bottom: 25px;
}
.cta-locations .col-right{
	text-align: right;
}
.cta-locations .icon-listing {
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cta-locations .icon-listing .listing{
	display: inline-flex;
	gap: 6px;
	align-items: center;
}
.cta-locations .icon-listing .listing img{
	flex-shrink: 0;
	max-width: 27px;
}
.cta-locations .icon-listing .listing p{
	flex-shrink: 0;
}
.cta-locations .h1{
	max-width: 500px;
}
.cta-locations.blue *:not(.btn){
	color: var(--white);
}
.cta-locations.blue .listing img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(475%) hue-rotate(304deg) brightness(116%) contrast(95%);
}
@media only screen and (max-width: 767px) {
	.cta-locations .col-left,
	.cta-locations .col-right{
		width: 100%;
	}
	.cta-locations .col-right{
		text-align: center;
		order: -1;
	}
	.cta-locations .h1{
		max-width: 100%;
	}
	.cta-locations .col-right img {
		max-width: 100%;
	}
}