/* Pricing - How To Find Us (light grey background) */

.pricing-location {
	padding: 0px 0;
	margin-top: 42px;
}

.pricing-location__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

@media (min-width: 1080px) {
	.pricing-location__inner {
	display: flex;
}
}
.pricing-location__content {
	order: 1;
	padding: 48px 24px;
	text-align: center;
}

@media (min-width: 1100px) {
	.pricing-location__content {
		padding: 48px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.pricing-location__title {
	text-align: center;
	color: #000;
	font-family: Playfair Display, Georgia, serif !important;
	font-size: 42px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.pricing-location__body {
	color: #000;
	text-align: center;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 25px;
}

.pricing-location__body p {
	margin-bottom: 20px;
}

.pricing-location__body p:last-child {
	margin-bottom: 0;
}

.pricing-location__cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.pricing-location__cta-wrap a {
	text-decoration: none;
}

.pricing-location__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 38px;
	background-color: #8ea9a2;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 8px;
	border: none;
	font-size: 14px;
	transition: background-color 0.2s ease;
}

.pricing-location__cta:hover {
	background-color: black;
}

.pricing-location__media {
	order: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.pricing-location__media img {
	width: 100%;
	aspect-ratio: 1;
	max-width: 420px;
	max-height: 420px;
	object-fit: cover;
	border-radius: 50%;
}

.pricing-location__media--placeholder {
	background: #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	width: 100%;
	min-height: 300px;
	aspect-ratio: 1;
	max-width: 420px;
	max-height: 420px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #000;
}

@media (min-width: 1100px) {
	.pricing-location__media--placeholder {
		margin: 0 0 0 auto;
	}
}

.pricing-location__media--placeholder span {
	text-align: center;
	padding: 16px;
}