#my-map h3 {
    color: var(--dark-blue);
    font-size: 20px;
    text-transform: uppercase;
}

#my-map p {
    font-size: 16px;
    line-height: 1.5;
}
h2{
	text-transform: uppercase;
}
.location-cards {
	display: flex;
	flex-wrap: wrap;

}

.map-btn {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 10px;
}
.location-card a.btn {
    font-size: 16px;
    font-weight: normal;
}

.location-cards .location-card {
	box-shadow: 2px 2px 10px #636466b3;
	width: calc(33.33% - 2rem);
	margin: 0rem 1rem 2rem 0rem;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;

}

.location-card .card-header {
    background: var(--dark-blue);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.location-card .special-messaging p {
	font-size: 14px;
	line-height: 1.8;
	font-style: italic;
}

.location-card .card-header h3 span {
    font-size: 20px;
    display: block;
    line-height: 20px;
}

.location-card .card-header h3 {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.location-card .location-img {
	aspect-ratio: 1920 / 700;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card-header h4 {
    text-align: center;
    color: var(--light-gray);
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.location-card .card-body {
	text-align: center;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 16px;
	line-height: 1.8;
}

.location-card .card-body .content p {
	font-size: 16px;
	line-height: 1.8;
}
.location-card .card-body .content {
	height: 100%;
}

.location-card .card-body h4 {
	color: var(--dark-blue);
	font-size: 24px;
}

.location-card .card-body .hours {
	height: 100%;
}

.location-card .card-body > a {
	display: table;
	margin: 0 auto;
}

.location-card .card-body > a.phone-number {
	display: flex;
	align-items: center;
}

.location-card .card-body > a.phone-number .icon {
	font-size: 1.2em;
	margin-right: 0.5rem;
}

#top.hero {
	margin-bottom: 0;
}

.location-card .address {
    /* font-size: 16px; */
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 1600px) {
	.location-cards .location-card {
		width: calc(50% - 1rem);
	}
}

@media (max-width: 992px) {
	.location-cards .location-card {
		width: 100%;
	}
}
