@media only screen and (max-width: 1023px){
    .HiddenContact{
        visibility: collapse;
        display: none;
    }

    .HeaderContactInner {
        width: 33% !important;
        margin: 0px !important;
        margin-top: 25px !important;
        margin-left: 0px !important;     
    }

    .LogoSized {
        visibility: collapse;
        display: none;
    }

    .MobileMode {
        opacity: 1 !important;
        filter: none !important;
    }

    .NewContent {
        justify-content: space-between !important;
        text-align: center;
        align-content: center;
        display: flex !important;
    }

}

@media only screen and (max-width: 1024px) {
    .CatalogHeader {

        margin-top: 22px !important;
    }

}

@media only screen and (min-width: 768px) {
    .CatalogHeader {

        margin-top: 110px !important;
    }
    .CatalogHeader h4
{
    font-size: 22px !important;
}

}

@media only screen and (max-width: 767px){
    .HeaderContactInner {
        width: 33% !important;
        margin: 0px !important;
        margin-top: 25px !important;
        margin-left: 0px !important; 
    }

    .LogoSized {
        visibility: collapse;
        display: none;
    }

    .MobileMode {
        opacity: 1 !important;
        filter: none !important;
    }

    .NewContent {
        justify-content: space-between !important;
        text-align: center;
        align-content: center;
        display: flex !important;
    }

    .HeaderSelector{
        display: none !important;
    }

    .Catalog {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .CatalogHeader{
        margin-top: 10px !important;
    }
}

.Catalog {
    display: flex;
    justify-content: space-around;
}


@media only screen and (max-width: 1165px) {
    .LogoSized {
        visibility: collapse;
        display: none;
    }

}

@media only screen and (min-width: 500px) {
    .Break {
        visibility: collapse;
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .NewAlign {
        width: 100%;
        display: block;
        text-align: center !important;
    }
}


style="display: flex; border: 1px solid red; justify-content: space-around"