.testimony {
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 100px auto auto auto;
}

.testimony .testimony_block {
    display: flex;
    margin-bottom: 30px;
}

.testimony .testimony_block .testimony_left {
    width: 50%;
    margin-right: 15px;
    height: 320px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.testimony .testimony_block .testimony_right {
    width: 50%;
}

.testimony .testimony_block .testimony_right .testimony_title {
    font-weight: bold;
    margin-bottom: 15px;
}

.testimony .testimony_block .testimony_right .testimony_message {
    font-size: 0.9em;
}