@media only screen and (max-width: 767px) {

    #footer ul.footer-nav>li:first-child {
        padding: 0;
    }

    .project-wrap:hover::before,
    .project-wrap:hover .project-inner::before,
    .project-wrap:hover .project-inner::after,
    .project-wrap:hover .project-inner>.thumbnail:before,
    .project-wrap:hover::after {
        display: none;
    }

    .project-wrap:hover .project-inner>.thumbnail img {
        transform: none;
    }

    /* 
    .project-wrap .project-inner>.thumbnail:before {
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%);
        opacity: 0.75;
        visibility: visible;
        height: 50%;
        top: auto;
        bottom: 0;
        opacity: 1;
    }

    .project-wrap .project-inner .project-content {
        padding: 20px;
        visibility: visible;
        opacity: 1;
        width: 100%;
    }

    .project-wrap::before {
        content: "";
        display: none;
    } */
    .project-wrap .project-inner .project-content {
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 10px
    }

    .project-wrap .project-inner .project-content .category span,
    .project-wrap .project-inner .project-content .title {
        margin-top: 0;
        letter-spacing: 0;
        font-family: "DM Sans";
        font-size: 16px;
    }

    .project-wrap .project-inner .project-content .title a {
        transform: translateY(0);
    }

    .single-contact-info-wrap .info-content .title,
    .single-contact-info-wrap .info-content p {
        text-align: left;
    }
}