.table-wrap{
    margin-top: 40px;
}
.table-comparison {
    padding: 8px 40px;
    border: 3px solid #FFFFFF14;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    margin: 0 10px;
}
.table-comparison .table{
    margin-bottom: 0;
}
.table-comparison table > thead > tr>th{
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 700;
    font-family: "NunitoSans Bold", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 29.5px;
    color: #fff;
    padding: 15px 12px;
}
.table-comparison table > thead > tr>th:not(:first-child){
    text-align: center;
}
.table-comparison table > tbody > tr>td{
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    padding: 11px 12px;
}
.table-comparison table > tbody > tr>td:not(:first-child){
    color: #31C28E;
    text-align: center;
}
.table-comparison table > thead > tr>th:first-child,
.table-comparison table > tbody > tr>td:first-child{
    padding-left: 0;
}
.table-comparison table > thead > tr>th:last-child,
.table-comparison table > tbody > tr>td:last-child{
    padding-right: 0;
}
.table-comparison table tbody tr>td .with-icon{
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
}
.table-comparison table tbody tr>td .with-icon .text{
    margin: 0;
    margin-left: 8px;
    font-size: 20px;
    line-height: 23px;
    color: #31C28E;
    font-weight: 400;
}
.table-comparison [class*="table-icon"]{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.table-comparison [class*="table-icon"]::before{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.table-comparison .table-icon-ok::before{
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjY2NSAxMC42NjY3TDkuMzMzMTcgMTcuMzMzNEwyMS4zMzMyIDUuMzMzNDEiIHN0cm9rZT0iIzMxQzI4RSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=');
}
.table-comparison .table-icon-not::before{
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5Ljc3NzggMTkuNzc4MUw0LjIyMTQ4IDQuMjIxNzMiIHN0cm9rZT0iI0Y2NUQ3NiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik00LjIyMjY2IDE5Ljc3OTFMMTkuNzc5IDQuMjIyNzEiIHN0cm9rZT0iI0Y2NUQ3NiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=');
}

.table-wrap--links{
    margin-top: 24px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.table-wrap--links a.link{
    font-weight: 700;
    font-family: "NunitoSans Bold", Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 26px;
}
.table-wrap--links a.btn-primary{
    padding: 9px 24px;
    border-radius: 40px;
    min-width: 323px;
    font-weight: 700;
    font-family: "NunitoSans Bold", Helvetica, sans-serif;
    letter-spacing: 0.4px;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .table-comparison table > tbody > tr>td:first-child{
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .table-wrap{
        margin-top: 32px;
        padding-bottom: 34px;
    }
    .table-comparison{
        padding: 8px 16px;
        margin: 0;
    }
    .table-comparison table > thead > tr>th{
        padding: 14px 8px;
    }
    .table-comparison table > tbody > tr>td{
        padding: 11px 8px;
    }
    .table-comparison [class*="table-icon"]{
        width: 48px;
    }
    .table-wrap--links{
        margin-top: 32px;
        padding: 0;
    }
}
@media (max-width: 475px) {
    .table-wrap--links a.btn-primary{
        min-width: 100%;
    }
}