.swiper {
    overflow: visible;
}

.block-container-wrapper,
.test-blocks-container{
    justify-content: center;
}

@media(max-width: 1000px){
    .block-container-wrapper{
        justify-content: unset;
    }
}

.block-container{
    width: 304px;
    height: 100%;
}