@media (max-width: 1680px) {
    .row:has(.mehr2) {
        .mehr2 {
            margin-block: 0.5rem;
        }
    }
}

@media (max-width: 1280px) {
    .row:has(.break) {
        flex-direction: column;

        [class^="col"] {
            max-width: 100%;
            min-height: unset;
        }
    }
}

@media (max-width: 900px) {
    .equalSlider {
        flex-direction: column;

        [class^="col"] {
            min-height: unset;
            max-width: 100%;

            .ce-gallery {
                max-width: 50px;
            }
        }
    }

    .row:has(.break-lg) {
        flex-direction: column;

        [class^="col"] {
            max-width: 100%;
            min-height: unset;
        }
    }

    .row:has(> [class^="col"] > .mask_textboxicon) {
        flex-direction: column;

        [class^="col"] {
            hyphens: auto;
            max-width: 100%;
        }
    }

/*    footer {
        .row:first-of-type {
            flex-direction: column;

            [class^="col"] {
                width: 100%;
                max-width: 100%;
            }

            [class^="col"]:first-of-type {
                max-width: 80px;
            }
        }
    }*/
}

.row:has(> [class^="col"] > .mask_textboxicon) [class^="col"] {
    hyphens: auto;
    word-break: auto-phrase;
}


h1{
    hyphens: auto;
}