@media only screen and (max-width:1440px) {
    section {
        padding: 56px 56px;
    }

    #about {
        padding: 56px 56px;
    }

    #services {
        height: min-content;
    }

    .projects_holder {
        grid-template-columns: auto auto auto;
    }

    .projects_card{

        max-height: fit-content;

    }

    footer {
        padding: 16px 56px;
    }

}