.brand-logo-carousel h1 {
    font-family: 'Poppins', sans-serif;
}

.last-projects-image {
    height: 700px;
}

.single-brand-logo a img {
    filter: none !important;
}

.language-icon {
    width: 30px;
    aspect-ratio: 4/3;
    border-radius: 5px;
}

.language {
    align-items: center;
    justify-content: center;
    margin: 35px;
}

.project-full-images {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-full-images .container .row .content .title {
    color: #fff;
    font-weight: 600;
    font-size: 35pt;
    text-transform: uppercase;
    letter-spacing: 15px;
    text-shadow: 0px 0px 5px black;
}

@media screen and (min-width: 1120px) {
    #menu-mobile {
        display: none !important;
    }
    .mobile-menu-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    #language-icons {
        display: none !important;
    }
}