.desktop .section-one-screen {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 70px 0;
}



/* @media (min-width: 1200px) {
	.section-md {
		padding: 150px 0;
	}
} */

.section-into {
	position: relative;
	/* background-position: 50% 0; */
	/* background-size: cover; */
	/*background-image: url(../../images/bg-04.jpg); */
	/* background-repeat: repeat-x; */
	width: 100%;
}

@media (min-width: 1200px) {
	.section-into {
		padding-top: 190px;
	}
}
/*# sourceMappingURL=section.css.map */
