.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: #919191;
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
}

.custom-ac-imagetext .col-text-imgs h2 {
	font-weight: 600;
	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: 14px;
	height: auto;
	line-height: normal;
	background: url(images/arrow-up-right.svg) no-repeat right center;
	color: #E10A1D;
	border: none;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	transition: all .3s ease;
	margin: 0 0 40px;
	border-bottom: 2px solid transparent;
	width: auto;
	padding: 0 20px 0 0;
}

.custom-ac-imagetext .col-text-imgs a:hover,
.custom-ac-imagetext .col-single-img a:hover {
	background: url(images/arrow-up-right.svg) no-repeat right center;
	color: #E10A1D;
	border-color: #E10A1D;
}

.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;
}

@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 {
		margin: 0;
	}
	.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: 36px;
		line-height: 40px;
	}
	.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;
	}
}