@media (max-width: 1280px) {
	/* ++++++++++++++++++++++++++++++++++++++++ */
	/* START */
	/* Variables */
	:root {
		/* SIZE */
		--marginLR: 4rem;
	}
	/* END */
	/* ----------------------------------------- */

	/* ++++++++++++++++++++++++++++++++++++++++ */
	/* START */
	/* content rules */
	.QP-landing__stripe {
		padding: 0 var(--marginLR);
	}
	.QP-landing__section {
		padding: 0 var(--marginLR);
	}
	/* EMD */
	/* ----------------------------------------- */

	/* ++++++++++++++++++++++++++++++++++++++++ */
	/* START */
	/* header | mid stripe | footer */
	#header {
	}
	.QP-landing__stripe.contact {
	}
	.QP-landing__stripe.contact .QP-landing__txt {
		font-size: 3.5rem;
	}
	#footer {
		padding: 12.5rem var(--marginLR);
	}
	#footer .QP-landing__logo {
	}
	/* END */
	/* ----------------------------------------- */

	/* ++++++++++++++++++++++++++++++++++++++++ */
	/* START */
	/* Content */
	.QP-landing__logo {
	}

	.QP-landing__section:nth-of-type(1),
	.QP-landing__section:nth-of-type(2) {
	}
	.QP-landing__section--1 {
	}

	.QP-landing__title {
		width: 80%;
		margin: 4rem 0 0 0;
	}
	.QP-landing__photo-title {
		/* width: 100%; */
	}

	.QP-landing__subTitle {
	}

	.QP-landing__photo-large {
	}
	.QP-landing__photo-large img {
	}

	.QP-landing__articles {
	}

	.QP-landing__article {
		font-size: 1.6rem;
	}
	.QP-landing__art-title {
		font-size: 2.2rem;
	}
	.QP-landing__art-txt {
	}

	.QP-landing__form {
	}

	.QP-landing__info {
	}
	.QP-landing__brand {
	}
	.QP-landing__info .QP-landing__txt {
	}

	/* END */
	/* ----------------------------------------- */
}
