#landing-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
}
#content {
	margin-top: 0 !important;
}
.landing-offer {
	background-color: #f9f9f9;
	padding: 1rem;
	text-align: center;
}
.landing-offer h2 {
	margin-top: 0;
	border-bottom: 1px solid;
	padding-bottom: 12px;
	max-width: 1600px;
	margin: 0 auto;
}
.landing-offer h4 {
	font-size: 42px;
}
.landing-offer h5 {
	font-size: 28px;
}
.offer-list {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
}
.offer-list .single-offer {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#landing-main-content {
	padding: 3rem 1rem;
	background: #535fab;
}
.landing-video {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.landing-main-content-container {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
.landing-main-content-container * {
	color: #fff;
}
.landing-main-content-container .gfield_label {
	color: #fff !important;
}
.landing-main-content-container h3,
.landing-main-content-container h5 {
	text-align: center;
}
#colophon {
	justify-content: center;
}
#landing-why {
	padding: 3rem 0;
	display: flex;
	justify-content: center;
	background: #7487c0;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
#landing-why h2 {
	min-width: 100%;
	text-align: center;
}
#landing-why * {
	color: #fff;
}
#landing-why li::marker {
	color: #fff;
	display: inline-block;
	transform: scale(1.5);
}
.about-btn {
	display: none;
}

@media (max-width: 992px) {
	.offer-list {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.landing-header-btn {
		position: fixed;
		bottom: 10px;
		left: 10px;
		z-index: 999;
	}
	#landing-menu {
		justify-content: center;
	}
	.landing-offer h4 {
		font-size: 36px;
	}
	.landing-offer h5 {
		font-size: 24px;
	}
}

.phone-btn {
	display: block;
	margin: 1rem auto;
	max-width: fit-content;
}
