:root {
	--box-margin-bottom: 40px;
	--font-family-bold: LatoBold, sans-serif;
	--font-family-light: LatoRegular, sans-serif;
	--text-color: #333333;
	--wantenger-blue: #0099FF;
	--wantenger-blue-hover: #1DA4FF;
}

@media (max-width: 1279px) {
	:root {
		--box-margin-bottom: 25px;
	}
}

@media (max-width: 759px) {
	:root {
		--box-margin-bottom: 20px;
	}
}