/*
    Created on : Apr 24, 2024 07:01:00 am
    Author     : sahan.geesara@ebeyonds.com
*/


:root {
    --intro-section-gap:36px;
}


@media (min-width: 768px) {
    :root {
        --intro-section-gap: 42px;
    }
}


@media (min-width: 1600px) {
    :root {
        --intro-section-gap: 56px;
    }
}