.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;
}
.features_sect .description:last-child {
    margin-bottom: 0;
}
.features_sect .items {
    margin: -1.25em -0.625em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.features_sect .item {
    margin: 1.25em 0.625em;
    width: calc(100%/3 - 1.25em - 1px);
    box-sizing: border-box;
    display: block;
    padding: 1.25em;
}
.features_sect .item_icon {
    max-height: 3em;
    max-width: 100%;
    margin: 0 0 0.625em;
    display: block;
}
.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;
}
.features_sect .item_title:last-child {
    margin-bottom: 0;
}
.features_sect .item_desc {
    font-size: 0.875em;
    line-height: 1.2;
    font-feature-settings: 'salt' on;
    color: #4B5563;
}
.features_sect .list_items {
    column-count: 3;
    column-gap: 1.25em;
    padding: 2.5em 0 0;
    margin: 2.5em 0 0;
    border-top: 1px solid #E5E7EB;
    list-style-type: none;
}
.features_sect .list_items li {
    padding-left: 1.5em;
    margin-top: 1.25em;
    position: relative;
    break-inside: avoid;
}
.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;
}
@media(max-width: 1199px) {
    .features_sect .items {
        margin: -0.5em;
    }
    .features_sect .item {
        margin: 0.5em;
        width: calc(100%/3 - 1em);
        padding: 0.5em;
    }
    .features_sect .list_items {
        column-gap: 1em;
        column-count: 2;
    }
}