.reviews-sect__slide-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-sect__slide-img .numbers-sect__video-block-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.txto-title{
    font-weight: bold;
    margin-bottom: 15px;
}
.txto-date{
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}
.txto-w{
    padding: 20px;
}
.txto-sl{
    display: flex;
    height: auto !important;
}