@media (min-width: 768px) {

    /* css common start */

    section,
    footer {
        padding: var(--lgPadding);
    }

    /* css common end */

    #features .list {
        display: grid;
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    }

    #features .item {
        width: 100%;
    }
}

@media (min-width: 1024px) {

    /* header {
        background-color: gray;
    } */
    .w-lg-50 {
        width: 50%;
    }

    /* banner css start */

    .download-app-img {
        width: 90%;
    }

    .navbar-nav {
        background: transparent;
        border-radius: 0;
        border-top: none;
        padding: 0;
    }

    #features .list {
        grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
    }
}

@media (min-width: 1280px) {
    .download-icon a {
        width: 120px;
    }

    #features .list {
        grid-template-columns: repeat(auto-fill, minmax(16%, 1fr));
        grid-column-gap: 19px;
    }
}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}