.who-we-are-block__title {
    font-size: 1.75rem;
    color: var(--gold-200);
    margin-bottom: 20px;
}

.who-we-are-block__introduction {
    font-size: 0.875rem;
}

.who-we-are-block__gallery {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
}
.who-we-are-block__gallery {
    height: 480px;
}

.who-we-are-block__gallery-item {
    transition: transform .25s ease-in;
}

.who-we-are-block__gallery-item img {
    max-width: 306px;
}
.who-we-are-block__gallery-item.item-0 {
    z-index: 1;
    top: 0;
    left: 0;
}

.who-we-are-block__gallery-item.item-1 {
    z-index: 2;
    top: 0;
    left: auto;
    right: 0;
}

.who-we-are-block__gallery-item.item-2 {
    z-index: 3;
    bottom: 0;
    left: 0;
}

.who-we-are-block__gallery-item.item-3 {
    z-index: 1;
    bottom: 0px;
    left: auto;
    right: 0;
}

.who-we-are-block__gallery-item:hover {
    z-index: 10 !important;
    transform: scale(1.05);
}

@media ( max-width: 540px) {
    .who-we-are-block__gallery {
        height: 790px;
    }
    .who-we-are-block__gallery {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .who-we-are-block__gallery-item.item-0,
    .who-we-are-block__gallery-item.item-1,
    .who-we-are-block__gallery-item.item-2,
    .who-we-are-block__gallery-item.item-3,
    .who-we-are-block__gallery-item.item-4 {
        right: auto;
    }

    .who-we-are-block__gallery-item.item-1 {
        z-index: 1;
        top: 185px;
        left: 20px;
    }

    .who-we-are-block__gallery-item.item-2 {
        z-index: 2;
        bottom: 180px;
        left: 20px;
    }

    .who-we-are-block__gallery-item.item-3 {
        z-index: 3;
        bottom: 0px;
        left: 20px;
    }
}

@media ( min-width: 541px) and (max-width: 640px) {
    .who-we-are-block__gallery {
        max-width: 560px;
    }
    .who-we-are-block__gallery-item.item-0 {
        top: 16px;
    }
}

@media ( min-width: 641px) and (max-width: 767px) {
    .who-we-are-block__gallery {
        max-width: 600px;
        height: 464px;
    }
}

@media ( min-width: 768px) {
    .who-we-are-block__gallery {
        height: 574px;
    }
}

@media ( min-width: 769px) and (max-width: 991px) {
    .who-we-are-block__gallery {
        max-width: 755px;
        margin-left: 0;
        height: 554px;
    }
    .who-we-are-block__gallery-item img {
        max-width: 372px;
    }
}

@media ( min-width: 992px) and (max-width: 1023px) {
    .who-we-are-block__gallery {
        max-width: 820px;
        margin-left: 0;
        height: 592px;
    }
    .who-we-are-block__gallery-item img {
        max-width: 404px;
    }
}

@media ( min-width: 1024px) {
    .who-we-are-block__title {
        font-size: 2rem;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .who-we-are-block__gallery {
        max-width: 866px;
        margin-left: 0;
        height: 640px;
    }

    .who-we-are-block__gallery-item img {
        max-width: 440px;
    }
}

@media (min-width: 1280px) {
    .who-we-are-block__title {
        font-size: 2.5rem;
    }
    .who-we-are-block__gallery-item img {
        max-width: 496px;
    }

    .who-we-are-block__gallery {
        height: 727px;
        max-width: 1100px;
        margin-left: 0;
    }

    .who-we-are-block__gallery-item.item-0 {
        z-index: 1;
        top: 0;
        left: 20px;
    }

    .who-we-are-block__gallery-item.item-1 {
        z-index: 2;
        top: 0;
        left: auto;
        right: 40px;
    }

    .who-we-are-block__gallery-item.item-2 {
        z-index: 3;
        bottom: 0;
        left: 40px;
    }

    .who-we-are-block__gallery-item.item-3 {
        z-index: 1;
        bottom: 0px;
        left: auto;
        right: 0;
    }
}

