.sheet {
    display: block;
    overflow: auto;
}


table {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

th, td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}


.basic {
    background-color: #f3f3f3;
}

.advance {
    background-color: #fff170;
}

.premium {
    background-color: #e46868;
}

.price {
    font-weight: bold;
    font-size: 25px;
}


td.price {
    border-bottom: 1px solid #cccccc00;
}

.check {
    font-size: 1.5em;
    color: black;
}

.border-text {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

table th h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

table h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    table {
        font-weight: 500;
    }

    table h5 {
        font-size: 18px;
    }

    th, td {
        padding: 10px;
        font-weight: 500;
    }

    table th h4 {
        font-size: 18px;
    }

    .price {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    table h5 {
        font-size: 16px;
    }

    table th h4 {
        font-size: 15px;
    }

    .price {
        font-size: 16px;
    }
}