@media only screen and (max-width: 768px) {
    * {
        font-size: 12px;
    }

    #header {
        display: none;
    }

    #mobileHeader {
        display: block;
    }

    .content-div {
        padding: 30px 6% 10px 6%;
    }

    .title {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .projectDiv img {
        aspect-ratio: 16/9;
    }

    .projectDiv .projectDetails {
        height: 65px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
        transition: opacity 0.1s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
    }

    .projectDiv .projectDetails h4 {
        font-size: 15px;
    }

    .projectDiv .projectDetails h6 {
        font-size: 11.5px;
    }

    #latest-projects a#view-more {
        margin-top: 20px !important;
    }

    #awards .col-md-4 {
        margin: 0 !important;
    }

    #awards .col-md-4 .d-flex,
    #activities_publications .mb-5 {
        margin-bottom: 1rem !important;
    }

    #clients .col-md-2 {
        margin-bottom: 60px !important;
        width: 50%;
    }

    #clients .col-md-2 img {
        max-width: 90px;
        max-height: 50px;
    }

    #projects .content-div, #project .content-div {
        padding-top: 70px;
    }


    #project .gallery img:not(:last-child) {
        margin-bottom: 25px;
    }

    #project h5 {
        font-size: 13px;
        margin: 0;
    }

    #contact .col-md-6 {
        padding-top: 30px !important;
    }

    #contact .col-md-6:nth-child(2) {
        border: 0;
        text-align: left !important;
        align-items: start !important;
    }

    #contact #copyright * {
        font-size: 11.5px;
    }
}