/*
Theme Name: FSI
Theme URI: https://www.floridaspineinstitute.com
Description: FSI Wordpress theme by RogerWest.
Author: Roger West
Author URI: https://www.rogerwest.com/
Version: 1.0
*/


.locations-list .columns {
	margin-bottom: 4rem;
}

.locations-list .columns:nth-child(4n) {
	margin-left: 0;
}

.locations-list h1 {
	margin-bottom: 2rem;
}

.locations-list img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.locations-list h4 {
	border-bottom: .0625rem solid rgba(0 0 0 / 50%);
	padding-bottom: 1rem;
}

@media (min-width: 576px) and (max-width: 999.98px) {
	.locations-list .row {
		margin: 0 -2rem;
	}
	.locations-list .row .columns {
		padding: 0 2rem;
		width: 50%;
	}
}

@media (min-width: 1000px) {
	header > .container {
		max-width: 1120px;
		width: 95%;
	}
}