.elementor-8738 .elementor-element.elementor-element-93664ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#D4D4D4;--border-color:#D4D4D4;--border-radius:2px 2px 2px 2px;--margin-top:0px;--margin-bottom:14.4px;--margin-left:0px;--margin-right:0px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}/* Start custom CSS for html, class: .elementor-element-a140e74 */.feature-table-wrapper{
    width:100%;
    overflow-x:auto;
    background:#FAFAFA;
    -webkit-overflow-scrolling:touch;
}

.feature-table{
    min-width:990px; /* 330 x 3 columns */
}

.dividerss{
    width:calc(100% - 32px);
    height:1px;
    background:#E5E5E5;
    margin:0 auto;
}

.table-row{
    display:flex;
    align-items:stretch;
    background:#fff;
}

/* =========================
   3 Columns
========================= */

.table-row > div:nth-child(1){
    flex:0 0 330px;
    width:330px;
    min-width:330px;
}

.table-row > div:nth-child(2){
    flex:0 0 330px;
    width:330px;
    min-width:330px;
}

.table-row > div:nth-child(3){
    flex:0 0 330px;
    width:330px;
    min-width:330px;
}

/* =========================
   Header
========================= */

.table-head{
    background:#F5F5F5;
}

.table-head > div{
    padding:12.5px 16px;
    box-sizing:border-box;
    font-family:"Albert Sans",sans-serif;
    font-size:14px;
    font-weight:500;
    line-height:133%;
    letter-spacing:-0.1px;
    color:#262626;
}

/* =========================
   Body Cells
========================= */

.table-row:not(.table-head) > div{
    padding:16px;
    box-sizing:border-box;
    font-family:"Albert Sans",sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:150%;
    letter-spacing:0;
    color:#262626;
}

/* =========================
   Feature Item
========================= */

.feature-item{
    display:flex;
    align-items:center;
    gap:22px;
}

.feature-item img{
    width:28px;
    height:28px;
    flex-shrink:0;
    border-radius:2px;
}

.feature-item span{
    font-family:"Albert Sans",sans-serif;
    font-size:14px;
    font-weight:500;
    line-height:133%;
    letter-spacing:-0.1px;
    color:#262626;
}

/* Optional Icon */

.icon-box{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff8359;
    border-radius:4px;
    color:#fff;
    font-size:22px;
    flex-shrink:0;
}

/* =========================
   Desktop
========================= */

@media (min-width:1025px){

    .feature-table{
        min-width:100%;
    }

    .table-row > div:nth-child(1){
        flex:1;
        width:33.333%;
        min-width:0;
    }

    .table-row > div:nth-child(2){
        flex:1;
        width:33.333%;
        min-width:0;
    }

    .table-row > div:nth-child(3){
        flex:1;
        width:33.333%;
        min-width:0;
    }

}

/* =========================
   Tablet
========================= */

@media (min-width:768px) and (max-width:1024px){

    .feature-table{
        min-width:990px;
    }

}

/* =========================
   Mobile
========================= */

@media (max-width:767px){

    .feature-table{
        min-width:990px;
    }

    .table-head > div,
    .table-row:not(.table-head) > div{
        padding:22px;
        font-size:14px;
        line-height:150%;
    }

    .feature-item{
        gap:16px;
    }

}/* End custom CSS */