:root {
	--vh: 100vh;
	--vhFlexible: 100vh;
	--black: #000000;
	--white: #ffffff;
	--red: #ea2e1d;
	--softGrey: #F2F2F2;
	--lateralMargin: 2.916vw; /* 56px */
	--columnGap: 1.458vw; /* 28px */
}


@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 740px) {
	:root {
		--lateralMargin: 3.378vw;
		--columnGap: 2.027vw;
	}
}


@media only screen and (max-width: 550px) {
	:root {
		--lateralMargin: 6.36vw; /* 25px */
		--columnGap: 3.816vw; /* 15px */
	}
}