html[region="CH"] main .site-backgrounds {
    display: none;
}

@media screen and (min-width: 1024px) {
    #awards .grid {
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) {
    #awards .grid > .column:last-child {
        margin-top: 40px;
    }
}


@media screen and (min-width: 768px) {
    #services .accordion-content > *:is(ul, p, h2, h3, h4, h5, h6) {
        max-width: 75%;
    }
    #legal .text-lead {
        margin-left: auto;
        margin-right: auto;
        max-width: 66%;
    }
}

html[region="UAE"] #why-picardangst {
    figure.image:first-of-type { display: none; }
    figure.image:last-of-type { display: block; }
    @media screen and (min-width: 768px) {
        figure.image:first-of-type { display: block; }
        figure.image:last-of-type { display: none; }
    }
}

html[region="CH"] section#kompetenzen,
html[region="CH"] section#expertise {
    margin-bottom: 100px;
    @media screen and (max-width: 767px) {
        margin-bottom: 40px;
    }
}