#hero-4 {
	background-image: url('../img/bg3.jpg');
	padding-bottom: 50px;
	color: black !important;
}

#content-10 {
	background-image: url('../img/bg3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

video {
	max-width: 100%;
}

.color-black {
	color: black !important;
}

.benefits-list li {
	margin: 20px 0;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	color: black !important;
}

.fz-42 {
	font-size: 42px;
	color: black !important;
}

.fz-40 {
	font-size: 40px;
	color: black !important;
}

.for-mob {
	display: none;
}

@media (max-width: 768px) {
	.benefits-list li {
		font-size: 16px;
	}

	.for-desk {
		display: none;
	}
	.for-mob {
		display: block;
	}
}
