.block_stripe_container {
    padding: 0 20px;
}

.block_stripe_title {
    text-align: center;
    margin-bottom: 20px;
}

.block_stripe_item_1_wrap {
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    min-width: 360px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}

a.block_stripe_item_1_wrap {
    text-decoration: none;
}

.block_stripe_item_1_wrap_image {
    display: flex;
    justify-content: center;
}

.block_stripe_item_1_image {
    display: block;
}

.block_stripe_item_1_text {
    overflow-y: auto;
    box-sizing: border-box;
    flex-basis: 150px;
    flex-grow: 1;
    margin: 20px;
}


/* --- Мобильная версия --- */
@media screen and (max-width: 1000px) {
    .block_stripe_container {
        padding: 0 10px !important;       
    }
}

@media screen and (max-width: 800px) {
    .block_stripe_item_1_wrap {
        min-width: 300px;
    }
}
