.bzb_warranty_sect {
    background-color: #F9FAFB;
}
.bzb_warranty_sect .description {
    text-align: center;
    color: #374151;
}
.bzb_warranty_sect .description:not(:last-child) {
    margin-bottom: 2.5em;
}
.bzb_warranty_sect .items_container {
    color: #ffffff;
    background-color: #4B4EFC;
    border-radius: 0.5em;
    padding: 2.5em 1em;
    display: flex;
    align-items: center;
}
.bzb_warranty_sect .item:not(:last-child) {
    margin-bottom: 2em;
}
.bzb_warranty_sect .item_name {
    font-weight: 600;
    font-size: 1.125em;
}
.bzb_warranty_sect .item_value {
    font-weight: 700;
    font-size: 1.75em;
    text-transform: uppercase;
}
.bzb_warranty_sect .items_icon {
    display: none;
}