

.block-reviews {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.block-videos {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0 40px 0;
}
.title-reviews {
    font-size: 32px;
    margin: 20px 0 0 0;
}
.title-how-work {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 26px;
    text-align: center;
}

.block-video-reviews {
    width: 480px;
    height: 270px;
    margin-top: 30px;
}


/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (max-width: 550px) {
    .block-video-reviews {
        width: 350px;
        height: 195px;
    }
    .title-reviews {
        font-size: 26px;
        margin: 15px 0 0 0;
    }
}



/* ############################################################################################################################ */
/* ############################################################################################################################ */
@media (max-width: 350px) {
    .block-video-reviews {
        width: 260px;
        height: 135px;
    }
    .title-reviews {
        font-size: 18px;
        margin: 15px 0 0 0;
        width: 100%;
        text-align: center;
        text-wrap: wrap;
    }
    .title-how-work {
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
}


