@media screen and (max-width: 1250px) {
    .module {
        width : 950px;
    }

    .footer-main:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .module {
        width: 90%;
    }

    .about-us {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .disabled {
        display: none;
    }

    #tablePoint {
        display: none;
    }

    .list {
        grid-template-columns: 1fr;
    }
}