@media screen and (max-width: 1200px) {
    .HeaderTabs {
        display: none;
    }

    .SideMenuBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 50px;
        aspect-ratio: 1/1;
        background: var(--theme);
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 35px;
    }

    .GalleryItem {
        margin: 10px 0;
        width: 32%;
    }

    .HomeBriefImage {
        display: none;
    }

    .HomeBriefText {
        margin: 0 auto;
        width: 100%;
    }

    .RegisterInterestArt {
        display: none;
    }

    .RegisterInterestInner form {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}
