.home {
	position: relative;
	padding: 175px 0;
	min-height: 895px;
}

.home-content {
	max-width: 440px;
}

.home-heading {
	color: #01996d;
	font-family: 'Georgia', serif;
	font-weight: 700;
	font-size: 65px;
}

.home-heading + * {
	margin-top: 30px;
}

.home-text {
	color: #484848;
	line-height: 144.5%;
	max-width: 430px;
}

.home-text + * {
	margin-top: 53px;
}

.home-btn {
	display: flex;
}

.home-bg-img {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(250, 241, 229);
}

.home-bg-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.home {
		padding: 40px 0;
		min-height: unset;
	}
	.home-heading {
		font-size: 45px;
		line-height: 1.2;
	}
	.home-text + * {
		margin-top: 30px;
	}
	.home-bg-img img {
		opacity: 0.3;
	}
}
