.bzb_systems_sect .sect_title {
    text-transform: unset;
    text-align: left;
}
.bzb_systems_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625em;
}
.bzb_systems_sect .item {
    margin: 0.625em;
    box-sizing: border-box;
    width: calc(100%/3 - 1.25em);
}
.bzb_systems_sect .item_image_container {
    position: relative;
    height: 20em;
    background-color: #F6F6F6;
    border-radius: 0.625em;
}
.bzb_systems_sect .item_image_container:not(:last-child) {
    margin-bottom: 0.625em;
}
.bzb_systems_sect .item_image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.bzb_systems_sect .item_description {
    color: #1E1E1E;
    font-size: 0.875em;
}
.bzb_systems_sect .item_description:not(:last-child) {
    margin-bottom: 1.5em;
}
.bzb_systems_sect .item_products_title {
    font-weight: 600;
    color: #4B4EFC;
    font-size: 0.875em;
    margin-bottom: 0.5em;
}
.bzb_systems_sect .item_products {
    margin: -0.125em -0.25em;
    display: flex;
    flex-wrap: wrap;
}
.bzb_systems_sect .item_product {
    background-color: #EAEAFF;
    height: 2em;
    display: flex;
    align-items: center;
    width: max-content;
    max-width: calc(100% - 0.5em);
    border-radius: 1em;
    color: #1E1E1E;
    font-family: Inter, sans-serif;
    padding: 0 1em;
    margin: 0.125em 0.25em;
}
.bzb_systems_sect .item_product_name {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}