.menu-section .seperator {
    height: 1.5px;
    background-color: rgba(23, 68, 120, 0.63);
}

.icon {
    width: 30px;
    height: 30px;
}

.icon img {
    width: 100%;
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
}

@media all and (max-width: 991px) {
    .menu-section .container>.row {
        justify-content: center;
    }

    .menu-section .menu-title h5 {
        font-size: 17px !important;
    }

    .menu-section .menu-desc h6 {
        font-size: 16px !important;
    }

    .menu-section .menu-desc p {
        font-size: 14px !important;
    }

    .menu-section .menu-desc li {
        font-size: 14px !important;
    }

    .menu-section .menu-image {
        height: unset;
    }

    .menu-section .menu-image img {
        width: 100%;
        height: unset;
        border-radius: 15px;
    }
}

@media all and (max-width: 575px) {
    .menu-section .menu-title h5 {
        font-size: 17px !important;
    }

    .menu-section .menu-desc h6 {
        font-size: 16px !important;
    }

    .menu-section .menu-desc p {
        font-size: 14px !important;
    }

    .menu-section .menu-desc li {
        font-size: 14px !important;
    }
}
