.bzb_app_stores_sect {
    padding: 0;
    background-color: #F6F6F6;
    font-family: Poppins, sans-serif;
}
.bzb_app_stores_sect .container {
    display: flex;
}
.bzb_app_stores_sect .text_wrap {
    padding: 5em 0;
    width: 17em;
    display: flex;
    flex-direction: column;
}
.bzb_app_stores_sect .title {
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.75em;
}
.bzb_app_stores_sect .title:not(:last-child) {
    margin-bottom: 1.25em;
}
.bzb_app_stores_sect .title_part {
    display: block;
    font-size: 1.875em;
}
.bzb_app_stores_sect .title_part:last-child {
    font-weight: 700;
    font-size: 3.75em;
}
.bzb_app_stores_sect .description {
    font-family: 'Open Sans', sans-serif;
}
.bzb_app_stores_sect .description:not(:last-child) {
    margin-bottom: 2.5em;
}
.bzb_app_stores_sect .items_title {
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    font-weight: 600;
    font-size: 1.25em;
}
.bzb_app_stores_sect .items_title:not(:last-child) {
    margin-bottom: 1.25em;
}
.bzb_app_stores_sect .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -0.625em;
}
.bzb_app_stores_sect .items:not(:last-child) {
    margin-bottom: 2.5em;
}
.bzb_app_stores_sect .item {
    margin: 0.625em;
    color: inherit;
}
.bzb_app_stores_sect .item_icon_wrap {
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bzb_app_stores_sect .item_icon_wrap:not(:last-child) {
    margin-bottom: 0.25em;
}
.bzb_app_stores_sect .item_icon {
    max-width: 100%;
    max-height: 100%;
}
.bzb_app_stores_sect .item_name {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75em;
    line-height: 2;
    text-align: center;
}
.bzb_app_stores_sect .image_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% - 17em);
}
.bzb_app_stores_sect .image {
    max-height: 40em;
    max-width: unset;
    width: max-content;
}
.bzb_app_stores_sect .butt_wrap {
    margin-top: auto;
}
@media(max-width: 767px) {
    .bzb_app_stores_sect .text_wrap {
        width: 100%;
        padding: 3em 0;
    }
    .bzb_app_stores_sect .image_wrap {
        display: none;
    }
}