.tol-home-community {
	background: var(--tol-cream, #fffdf8);
	border-top: 1px solid rgba(23, 59, 45, 0.1);
	color: var(--tol-green-dark, #173b2d);
	padding: clamp(48px, 6vw, 80px) 0;
}

.tol-home-community .tol-home-community__inner {
	align-items: center;
	display: grid;
	gap: clamp(36px, 6vw, 86px);
	grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
	max-width: 1100px;
}

.tol-home-community .tol-home-community__photo {
	margin: 0;
	max-width: 380px;
	width: 100%;
}

.tol-home-community .tol-home-community__photo img {
	border: 1px solid rgba(23, 59, 45, 0.12);
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.tol-home-community .tol-home-community__copy h2 {
	color: var(--tol-green-dark, #173b2d);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 3.2vw, 46px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.13;
	margin: 0;
	max-width: 490px;
	padding: 0;
}

.tol-home-community .tol-home-community__copy p {
	color: #47584d;
	font-size: 17px;
	line-height: 1.75;
	margin: 23px 0 29px;
	max-width: 485px;
	padding: 0;
}

.tol-home-community .tol-home-community__link {
	align-items: center;
	background: var(--tol-green-dark, #173b2d);
	border: 1px solid var(--tol-green-dark, #173b2d);
	border-radius: 6px;
	color: #fffdf8 !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 20px;
	justify-content: center;
	line-height: 1.4;
	min-height: 48px;
	padding: 12px 22px;
	text-decoration: none !important;
}

.tol-home-community .tol-home-community__link:hover {
	background: #244d3a;
	border-color: #244d3a;
}

.tol-home-community .tol-home-community__link:focus-visible {
	outline: 3px solid #527a48;
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.tol-home-community .tol-home-community__inner {
		gap: 30px;
		grid-template-columns: minmax(0, 1fr);
	}

	.tol-home-community .tol-home-community__photo {
		justify-self: center;
	}

	.tol-home-community .tol-home-community__copy {
		margin: 0 auto;
		max-width: 490px;
		width: 100%;
	}

	.tol-home-community .tol-home-community__copy p {
		font-size: 16px;
		margin-top: 18px;
	}
}
