/* --------------------------------------------- */
/* Global Styling */
/* --------------------------------------------- */

/* For smaller screen logo alignment */
@media (max-width: 767px) {
    .container, .container-fluid {
        --bs-gutter-x: 0px !important;
    }
    .mob-margin-top {
        margin-top: 50px;
    }
}
