.custom-ac-imagetext {
	padding: 80px 0 0;
}

.elementor-widget-inventory-featured-v2 {
	background-color: #fafafa!important;
}

.col-single-img figure {
	margin: 0 -24px!important;
	line-height: 0;
}

.col-single-img figure img {
	width: 100%;
	height: auto;
}

.custom-ac-imagetext .col-text-imgs h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: #242424;
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 2px solid #E10A1D;
	display: inline-block;
}

.custom-ac-imagetext .col-text-imgs h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -0.03em;
	color: #242424;
	margin: 0 0 40px;
}

.custom-ac-imagetext .col-text-imgs p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #666666;
	margin: 0 0 40px;
}

.custom-ac-imagetext .col-text-imgs a,
.custom-ac-imagetext .col-single-img a {
	font-weight: 500;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	background-color: #E10A1D;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	display: block;
	outline: none;
	text-align: center;
	width: 100%;
	transition: all .3s ease;
	margin: 0 0 40px;
}

.col-text-imgs a.hide-mobile {
	display: none;
}

.col-single-img a.hide-desktop {
	margin: 40px 0 0;
}

.col-text-imgs a:hover,
.col-single-img a:hover {
	color: #ffffff;
	background: #e31d2f;
}

.col-text-imgs a:active,
.col-single-img a:active {
	background: #eb5966;
}

div[role="button"] {
	color: #ffffff!important;
}

.custom-ac-imagetext .col-text-imgs ul {
	padding: 0 0 24px;
}

.custom-ac-imagetext .col-text-imgs li {
	background: url(images/check.svg) no-repeat left center;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #666666;
	padding: 0 0 0 30px;
	margin: 0 0 16px;
}

.slider-be-a .slick-dots {
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	display: flex;
}

.slider-be-a .slick-dots button {
	padding: 0;
	border: none;
	width: 8px;
	height: 8px;
	background: #f0f0f0;
	border-radius: 8px;
}

.slider-be-a .slick-dots li.slick-active button {
	background: #e10a1d;
}

.slider-be-a .slick-dots li {
	margin: 0 4px;
}

.slider-be-a img {
	border-radius: 6px;
}

@media screen and (min-width: 768px) {
	.col-single-img a.hide-desktop {
		display: none;
	}
	.custom-ac-imagetext > .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.custom-ac-imagetext .col-text-imgs {
		padding: 0;
	}
	.custom-ac-imagetext .col-text-imgs a {
		width: auto;
		margin: 0;
		display: inline-block;
		padding: 0 24px;
		height: 56px;
		line-height: 56px;
	}
	.custom-ac-imagetext .col-text-imgs, 
	.custom-ac-imagetext .col-single-img {
		width: 50%;
	}
	.custom-ac-imagetext .col-text-imgs {
		order: 2;
		padding-left: 40px;
	}
	.custom-ac-imagetext .col-single-img {
		order: 1;
	}
	.custom-ac-imagetext .col-text-imgs h2 {
		font-size: 40px;
		line-height: 46px;
	}
	.custom-ac-imagetext .col-text-imgs p:last-child {
		margin: 0;
	}
	.col-single-img figure {
		margin: 0!important;
		border-radius: 6px;
		overflow: hidden;
	}
	.custom-ac-imagetext {
		padding: 80px 0;
	}
	.custom-ac-imagetext.b .col-single-img {
		order: 2;
	}
	.custom-ac-imagetext.b .col-text-imgs {
		order: 1;
		padding: 0 40px 0 0;
	}
}

@media screen and (min-width: 992px) {
	.custom-ac-imagetext .col-text-imgs {
		padding-left: 40px;
	}
}

@media screen and (min-width: 1200px) {
	.custom-ac-imagetext .col-text-imgs {
		padding-left: 80px;
	}
	.custom-ac-imagetext.b .col-text-imgs {
		order: 1;
		padding: 0 80px 0 0;
	}
}