.bzb_fundamentals_slider_sect .content:not(:last-child) {
    margin-bottom: 2.5em;
}
.bzb_fundamentals_slider_sect .sect_title {
    text-transform: unset;
}
.bzb_fundamentals_slider_sect .sect_title:not(:last-child) {
    margin-bottom: 0.4em;
}
.bzb_fundamentals_slider_sect .description {
    color: #353535;
}
.bzb_fundamentals_slider_sect .description:not(:last-child) {
    margin-bottom: 0.875em;
}
.bzb_fundamentals_slider_sect .items {
    position: relative;
}
.bzb_fundamentals_slider_sect .items .slick-list {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.bzb_fundamentals_slider_sect .slick-arrow + .slick-list {
    padding-bottom: 4.5em;
}
.bzb_fundamentals_slider_sect .item {
    width: 20.625em;
    max-width: calc(100vw - 2em);
    box-sizing: border-box;
    margin: 0 0.625em;
    background-color: #F6F6F6;
    border-radius: 0.5em;
    padding: 2em 1em;
    color: #1E1E1E;
}
.bzb_fundamentals_slider_sect .item_icon_wrap {
    width: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bzb_fundamentals_slider_sect .item_icon_wrap:not(:last-child) {
    margin-bottom: 1em;
}
.bzb_fundamentals_slider_sect .item_icon {
    max-width: 100%;
    max-height: 100%;
}
.bzb_fundamentals_slider_sect .item_title {
    font-weight: 600;
    color: #111827;
    font-size: 1.125em;
}
.bzb_fundamentals_slider_sect .item_title:not(:last-child) {
    margin-bottom: 0.5em;
}
.bzb_fundamentals_slider_sect .item_description {
    font-size: 0.875em;
}
.bzb_fundamentals_slider_sect .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    left: unset;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #1E1E1E;
}
.bzb_fundamentals_slider_sect .slick-next {
    right: 0em;
}
.bzb_fundamentals_slider_sect .slick-prev {
    right: 2.5em;
}