.docs__item:not(:last-child) {
    margin-bottom: 5.6rem;
}
.docs__gallery:not(.swiper-wrapper) {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.docs__gallery-item {
    display: flex;
    flex-direction: column;
}
.docs__gallery:not(.swiper-wrapper) .docs__gallery-item {
    width: calc(100% / 4 - 2rem);
}
.docs__gallery-label {
    font-size: 1.6rem;
    line-height: 120%;
    min-height: 3.8rem;
    margin-top: 2rem;
}
.docs__gallery-image {
    width: 100%;
    height: 100%;
}
.docs__gallery-image img {
    object-fit: contain;
}
.docs__gallery-image img:hover {
    cursor: zoom-in;
}