@media screen and (max-width: 1025px) {
    #hero {
        height: 54vh;
    }
    .services .icon-box {
        padding: 10px;
    }
    .project-img {
        margin-top: 70px;
    }
    .contact .php-email-form {
        padding-bottom: 60px;
        margin-bottom: 30px;
    }
}