/* BLOCK: Showrooms */

.block-showrooms {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.block-showrooms .bg-graphics {
    position: absolute;
    top: 0;
    right: 0;
    width: 52.25rem;
    height: auto;
    transform: translate(20%, -9%);
    opacity: 0.07;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.block-showrooms .text-content:not(:last-child) {
    margin-bottom: 5rem;
}

.block-showrooms .text-content p {
    max-width: 43.25rem;
}

.block-showrooms .showrooms-list:not(:last-child) {
    margin-bottom: 5rem;
}

.block-showrooms .showrooms-list > :not(:last-child) {
    margin-bottom: 1.875rem;
}

.block-showrooms .wrap > .cta-buttons {
    justify-content: center;
}

@media screen and (width <= 620px) {
    .block-showrooms .bg-graphics {
        width: 26.5rem;
        transform: translate(37.5%, -6.5%);
    }
    .block-showrooms .text-content:not(:last-child),
    .block-showrooms .showrooms-list:not(:last-child) {
        margin-bottom: 3.75rem;
    }
    .block-showrooms .showrooms-list > :not(:last-child) {
        margin-bottom: 0.9375rem;
    }
}