.custom-avilesctas {
	padding: 1px 0 0;
}

.container-avilesctas > div {
	background-image: url(https://avilesauto.com/wp-content/uploads/2022/06/aviles1bg.png);
	background-position: center center;
	background-size: cover;
	padding: 55px 24px;
    border-radius: 4px;
    margin-top: 12px;
}

.container-avilesctas > div:last-child {
	background-image: url(https://avilesauto.com/wp-content/uploads/2022/06/aviles2bg.png);
}

.container-avilesctas h2 {
    color: #1E1E1E;
}

.container-avilesctas p {
	padding: 16px 0 24px;
	margin: 0;
	color: #1E1E1E;
	max-width: 240px;
	font-size: 16px;
	line-height: 20px;
    color: #1E1E1E;
}

.btn-gral-aviles {
	font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    background-color: #23A4DE;
    color: #ffffff!important;
    border: none;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    padding: 0 32px;
    transition: all 150ms ease;
}

.btn-gral-aviles:hover {
	background-color: #34abe1;
}

.btn-gral-aviles:active {
	background-color: #6ac1e9;
}

@media screen and (min-width: 768px) {
	.custom-avilesctas {
		padding-top: 80px;
	}
	.container-avilesctas {
		display: flex;
    	gap: 12px;
	}
	.container-avilesctas > div {
		height: 400px;
		padding: 50px;
		width: 50%;
	}
}