.custom-avileslocations {
	padding: 80px 0;
}

.custom-avileslocations p {
	font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
    margin: 18px 0 0;
    padding-bottom: 40px;
    max-width: 400px;
}

.custom-avileslocations figure {
	height: 300px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
	margin-bottom: 24px!important;
}

.custom-avileslocations figure img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.custom-avileslocations h4 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 16px;
}

.custom-avileslocations a {
	display: block;
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
}

.custom-avileslocations a:hover {
	text-decoration: underline;
}

.custom-avileslocations li {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.custom-avileslocations li {
		padding: 0;
		width: 50%;
	}
	.custom-avileslocations ul {
		display: flex;
		gap: 16px;
		padding-top: 8px;
	}
}