/** Config */
:root {
    --jst-container-pinl: 12px;

	--jst-section-g: 8px;
	--jst-section-pbl: 16px;

	--jst-btn-bdrs: 8px;

    --jst-trz: 0.2s ease;

	@media (576px <= width) {
        --jst-container-pinl: 0;
    }
	
	@media (576px <= width < 768px) {
        --jst-container-maw: 540px;
    
		--jst-section-g: 10px;
		--jst-section-pbl: 20px;
	}

	@media (768px <= width < 992px) {
		--jst-container-maw: 720px;

		--jst-section-g: 12px;
	}

	@media (992px <= width < 1200px) {
		--jst-container-maw: 960px;

        --jst-section-g: 14px;
	}

	@media (1200px <= width < 1400px) {
		--jst-container-maw: 1140px;

		--jst-section-g: 16px;
		--jst-section-pbl: 24px;
	}

	@media (1400px <= width < 1800px) {
        --jst-container-maw: 1320px;

        --jst-section-g: 18px;
    }

    @media (1800px <= width) {
        --jst-container-maw: 1680px;

        --jst-section-g: 20px;
    }
}
