<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gogosys-gallery {
    margin: 20px auto;
    columns: 4;
    column-gap: 30px;
}

    .gogosys-gallery .item {
        width: 100%;
        break-inside: avoid;
        margin-bottom: 30px;
        opacity: 1;
    }

        .gogosys-gallery .item img {
            width: 100%;
        }

@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
    .gogosys-gallery {
        width: 96vw;
        columns: 3;
        column-gap: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .gogosys-gallery {
        width: 96vw;
        columns: 2;
        column-gap: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .gogosys-gallery {
        width: 96vw;
        columns: 1;
    }
}</pre></body></html>