#home-hero:after {
	background-color: rgba(0, 0, 0, .64);
}

#home-hero .container {
	max-width: 1040px;
}

.home-hero-eyebrow {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 999px;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.home-section-heading {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.home-section-heading > p {
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.7;
}

.home-inline-buttons {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.home-service .content-cards .card-title {
	font-family: Lora;
	font-size: 20px;
	line-height: 1.3;
}

.home-service .content-cards .card-desc {
	max-height: none;
}

.home-service .content-cards .read-more {
	white-space: nowrap;
}

.home-seasonal-services {
	max-width: 1040px;
	margin: 80px auto 0;
}

.home-seasonal-services .home-section-heading {
	max-width: 760px;
}

.home-seasonal-service-links {
	margin-top: 30px;
}

#why-transitions {
	margin-top: 40px;
}

#project-gallery .home-section-heading {
	margin-left: 0;
}

.home-faq-list {
	max-width: 980px;
	margin: 40px auto 0;
}

.home-faq-list details {
	background: #fff;
	border: 1px solid #d9ddd9;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

.home-faq-list details:not(:first-child) {
	margin-top: 14px;
}

.home-faq-list summary {
	position: relative;
	padding: 22px 60px 22px 24px;
	font-family: Lora;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
	display: none;
}

.home-faq-list summary:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 24px;
	color: #0aa04a;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-50%);
}

.home-faq-list details[open] summary:after {
	content: '−';
}

.home-faq-list details p {
	padding: 0 24px 24px;
	font-size: 17px;
	line-height: 1.7;
}

.home-faq-list details p a {
	color: #0aa04a;
	font-weight: 700;
}

.home-faq-list details p a:hover {
	opacity: .75;
}

@media only screen and (max-width: 1024px) {
	.home-service .content-cards .read-more {
		white-space: normal;
	}
}

@media only screen and (max-width: 768px) {
	.home-hero-eyebrow {
		font-size: 12px;
		line-height: 1.5;
	}

	.home-section-heading > p {
		font-size: 17px;
	}

	.home-inline-buttons {
		align-items: stretch;
		gap: 18px;
	}

	.home-inline-buttons .btn {
		width: 100%;
	}

	.home-seasonal-services {
		margin-top: 60px;
	}

	#why-transitions {
		margin-top: 24px;
	}

	.home-faq-list {
		margin-top: 28px;
	}

	.home-faq-list summary {
		padding: 20px 52px 20px 20px;
		font-size: 18px;
	}

	.home-faq-list summary:after {
		right: 20px;
	}

	.home-faq-list details p {
		padding: 0 20px 20px;
		font-size: 16px;
	}
}