
.heading_bg {
    background: linear-gradient(90deg, rgba(230, 81, 37, 0.21) 0%, rgba(0, 40, 249, 0.06) 100%);
}

.pricing_table {
    font-family: "Abel", Sans-serif;

    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 2px;
}



.pricing_table th,
.pricing_table td {
    box-shadow: inset 0 -1px 0 #e0e2ed;
    padding: .875rem 1.25rem;
    text-align: center;
    width: 12.5rem;
    border-left: 1px solid #DADADA;
    color: #171F49;

}

.pricing_table th {
    text-align: left;
}


.pricing_table thead th h3 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #171F49;
    margin-bottom: 5px;
font-family: 'TT Commons' !important;
}

.pricing_table thead th p {
    color: #171F49;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    font-family: "Abel", Sans-serif;
}

.pricing_table thead th {
    margin: 0 auto;
    padding: 1.375rem 0;
}

.pricing_table .heading_th {
    padding: .875rem 1.25rem;
    width: 22.5rem;
}

.pricing_table p {
    font-weight: 400;
    font-size: 18px;
    /* text-align: center; */
    color: #171F49;
}

.pricing_table p span {
    font-size: 16px;
    display: block;

}

.businesses_price {
    display: flex;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding-bottom: .875rem;
    padding-top: .875rem;
}

.businesses_price h3 {

    font-weight: 400;
    font-size: 40px;
    line-height: 1;

}

.businesses_price p {
    font-size: 18px;
}

.pricing_table th h4 {
    font-weight: 500;
    font-size: 22px;
    font-family: 'TT Commons' !important;
}

.table_check {
    width: 24px;
    height: 24px;
    display: flex;
    margin: 10px auto;
}

.table_check svg {
    width: 100%;
    display: block;
}

/* me  */
/* .pricing_table thead{position: sticky; top: 85px; background-color: #fff;} */
.pricing_table_box{overflow-x: auto;}
.pricing_table tbody th{border-left: none;}

@media screen and (max-width: 767px) {
    /* .pricing_table pre,
    .pricing_table thead th p,
    .businesses_price p,
    .pricing_table p span{display: none;} */
    .pricing_table th, .pricing_table td{padding: 10px 5px;}
    .pricing_table thead th h3{font-size: 20px;}
    .businesses_price h3{font-size: 24px;}
    .pricing_table th h4{font-size: 20px;}
    .pricing_table p{font-size: 16px;}
    .pricing_table{min-width: 460px;}
}