.centre-wrapper .c-section__text-img .photos-repeater {
    display: flex;
    gap: 16px;
    height: 100%;
}

.centre-wrapper .c-section__text-img .photo-item {
    position: relative;
    flex: 1 1 0;
    overflow: hidden;
    border-radius: 8px;
    min-height: 260px;
}

.centre-wrapper .c-section__text-img .photos-repeater--count-1 .photo-item {
    flex-basis: 100%;
}

.centre-wrapper .c-section__text-img .photo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.centre-wrapper .c-section__text-img .photo-item__caption {
    position: absolute;
    bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 260px;
    width: max-content;
    background: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.16);
}

.centre-wrapper .c-section__text-img .photos-repeater--image-left .photo-item__caption {
    right: 12px;
}

.centre-wrapper .c-section__text-img .photos-repeater--image-right .photo-item__caption {
    left: 12px;
}

.centre-wrapper .c-section__text-img .photo-item__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #000c2d;
}

.centre-wrapper .c-section__text-img .photo-item__role {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .centre-wrapper .c-section__text-img .photos-repeater {
        flex-direction: column;
    }

    .centre-wrapper .c-section__text-img .photo-item {
        min-height: 220px;
    }

    .centre-wrapper .c-section__text-img .photo-item__caption {
        left: 12px;
        right: 12px;
        max-width: none;
        width: auto;
    }
}
