.pricing-section{
    padding:120px 0;
    background:#f8f8f8;
    margin-top: 90px;
}

.pricing-section .container{
    width:min(1300px,90%);
    margin:auto;
}

.pricing-header{
    text-align:center;
    margin-bottom:40px;
}

.pricing-header .subtitle{
    display:block;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#999;
    margin-bottom:10px;
}

.pricing-header h2{
    font-size:42px;
    font-weight:600;
    color:#111;
}

.transport-heading{
    margin-top:100px;
}

.table-wrapper{
    overflow-x:auto;
}

.pricing-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.pricing-table thead th{
    padding:20px;
    text-align:left;
    font-size:17px;
    font-weight:700;
    color:#111;
    border-bottom:2px solid #ddd;
}

.pricing-table tbody td{
    padding:18px 20px;
    border-bottom:1px solid #e5e5e5;
    color:#555;
    transition:.3s;
}

.pricing-table tbody tr{
    transition:.3s;
}

.pricing-table tbody tr:hover{
    background:#faf7f0;
}

.pricing-table tbody td strong{
    color:#111;
    font-weight:600;
}

/* Responsive */

@media(max-width:768px){

    .pricing-header h2{
        font-size:30px;
    }

    .pricing-table{
        min-width:700px;
    }
}