.page-destinations__types img {
	width: 100%;
	object-fit: cover;
	height: 10rem;
	border-radius: var(--bs-border-radius);
}

.page-destinations__featured-destinations {
	margin: 0 -.625rem;
}

.page-destinations__featured-destinations li {
	padding: 0 .625rem;
	margin-bottom: 2rem;
}

.page-destinations__featured-destinations li:last-child {
	margin-bottom: 0;
}

.page-destinations__search-icon {
	position: absolute;
	top: .75rem;
	left: .875rem;
	font-size: 1.125rem;
	color: var(--bs-gray-500);
	z-index: 1;
}

@media (min-width: 992px) {
	.page-destinations__types img {
		height: 15rem;
	}

	.page-destinations__featured-destinations {
		margin-bottom: -2rem;
	}
}