.block__product-slider-title {
    text-align: center;
    margin-bottom: 40px;
}
.block__product-slider {
    max-width: 100%;
}
.block__product-slider-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 749px) {
    .block__product-slider-title {
        margin-bottom: 24px;
    }
}
