:root {
	--vh: 100vh;
	--black: #000;
	--white: #fff;
	--darkWhite: #f7f5ef;
	--grey: #6b6a67;
	--red: #d94218;
	--lateralMargin: 2.08vw;
	--columnGap: 1.12vw;
}


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

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

@media screen and (max-width: 1440px) {
	:root {
		--lateralMargin: 30px;
		--columnGap: 16px;
	}
}

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

@media only screen and (max-width: 980px) {
	:root {
		--lateralMargin: 20px;
		--columnGap: 14px;
	}
}

@media only screen and (max-width: 550px) {
	:root {
		--columnGap: 10px;
	}
}