@media screen and (max-width: 992px) {
    .mobile-lang{
        display: flex;
    }
    .project-preview-image-wrapper{
        height: auto;
    }
}