section.triple a:hover {
	text-decoration: none;
}

section.triple .box {
	background-size: cover;
	border-radius: var(--radius-small);
	transition: var(--ease);
}

section.triple .box:hover {
	opacity: 0.9;
	box-shadow: var(--shadow-light);
}

section.triple .box .title {
	color: white;
	text-shadow: var(--text-shadow);
}

#auto {
	background-image: url(https://assets-cdn.carwars.com/cw/cw_bg.jpg);
}

#auto .title {
	color: var(--l-gray);
}

#dental {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.55),
			rgba(56, 56, 56, 0.2)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/dental/dental-header.jpg);
}

#hospitals {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.55),
			rgba(56, 56, 56, 0.2)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/hospitals.jpg);
}

#med {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.55),
			rgba(56, 56, 56, 0.2)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/medical.jpg);
}

#vet {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.55),
			rgba(56, 56, 56, 0.2)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/vet.jpg);
}
