.offme-access-hero h1 {
	overflow-wrap: anywhere;
	text-wrap: wrap;
	word-break: keep-all;
}

.offme-access-hero h1 span {
	display: inline-block;
	white-space: nowrap;
}

.offme-access-main > .offme-summary {
	margin-top: 18px;
}

.offme-access-main .offme-info-table th {
	width: 34%;
}

.offme-access-directions {
	margin-top: 12px;
	padding: 13px 15px;
	border: 1px solid #cbe5d9;
	border-radius: 4px;
	background: #eef7f2;
}

.offme-access-directions strong {
	color: #0f7a5c;
	font-size: 13px;
}

.offme-access-directions p {
	margin: 5px 0 0;
}

.offme-access-address {
	margin: 0 0 10px;
	color: #555;
}

.offme-access-address i {
	margin-right: 4px;
	color: #e5225f;
}

.offme-access-back {
	display: table;
	max-width: 100%;
	margin: 30px 0 0;
	font-weight: 700;
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	.offme-access-hero h1 {
		font-size: clamp(18px, 5.4vw, 21px);
	}

	.offme-access-main .offme-info-table th {
		width: 100%;
	}

	.offme-access-directions {
		padding: 12px;
	}
}
