.features_sect:not(.padding_top_off) {
    border-top: 1px solid #E5E7EB;
}
.features_sect .sect_title {
    text-align: left;
}
.features_sect .description {
    color: #374151;
    line-height: 1.5;
    margin: 0 0 2.5em;
    font-size: 0.875em;
}
.features_sect .description:last-child {
    margin-bottom: 0;
}
.features_sect .items {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: -0.5em;
}
.features_sect .item {
    box-sizing: border-box;
    display: block;
    margin: 0.5em;
    width: calc(50% - 1em);
    padding: 0;
}
.features_sect .item_icon {
    max-width: 100%;
    display: block;
    margin: 0 0 0.5em;
    max-height: 2.5em;
}
.features_sect .item_icon:last-child {
    margin-bottom: 0;
}
.features_sect .item_title {
    text-transform: uppercase;
    color: #111827;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.5em;
    font-size: 0.875em;
}
.features_sect .item_title:last-child {
    margin-bottom: 0;
}
.features_sect .item_desc {
    line-height: 1.2;
    font-feature-settings: 'salt' on;
    color: #4B5563;
    font-size: 0.75em;
}
.features_sect .list_items {
    border-top: 1px solid #E5E7EB;
    list-style-type: none;
    column-gap: 1em;
    font-size: 0.875em;
    column-count: 1;
    padding: 2em 0 0;
    margin: 2em 0 0;
}
.features_sect .list_items li {
    padding-left: 1.5em;
    position: relative;
    break-inside: avoid;
    margin-top: 0.5em;
}
.features_sect .list_items li:first-child {
    margin-top: 0;
}
.features_sect .list_items li:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #374151;
    top: 0.75em;
    left: 0.75em;
    width: 0.25em;
    height: 0.25em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.features_sect .list_item_title {
    font-size: 0.875em;
    color: #374151;
}