/* OFFICE-LOCATIONS */
.office-locations {
	margin-bottom: var(--py-section-small);
	width: 100%;
}

.office-locations-grid {
	display: grid;
	gap: 20px;
	padding-top: 15px;
}

@media screen and (min-width: 768px) {
	.office-locations-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* BLOCK-LOCATIONS */
.block-locations {
	width: 100%;
	border: 1px solid var(--color-gray-400);
}

.block-locations-image picture,
.block-locations-image img,
.block-locations-image {
	width: 100%;
	display: block;
}

.block-locations-text {
	padding: 20px;
	font-size: 16px;
	line-height: 1.4;
	color: var(--color-gray-alt3);
}

.block-locations-text h3 {
	font-size: 24px;
	color: var(--color-primary);
}

.block-locations-text p:last-child {
	margin-bottom: 0;
}

.block-locations-text p a {
	color: var(--color-gray-alt3);
	text-decoration: none;
}

.block-locations-text p a:focus,
.block-locations-text p a:hover {
	color: var(--color-primary);
}

.block-locations-text address {
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}
