.package-title {
    font-family: Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #065F53;
}
.package-table .table {
    margin-bottom: 10px;
}
.package-table .table th {
    color: #065F53;
    font-family: Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
}
.package-table .table tbody {
    font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
    font-weight: 700;
    font-size: 18px;
}
.package-table .table td {
    border-bottom: 2px solid #7f7f7f;
    border-top: 0;
    text-align: center;
}
.package-table .table .blank-row td {
    border: 0;
}
.package-table .table .package-text {
    font-weight: normal;
    text-align: left;
}
.package-table .table .fa-check {
    color: #065F53;
}
.package-explain {
    margin-bottom: 20px;
}
.package-explain p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0;
}

@media screen and (max-width: 767px){
    .package-table {
        border: 0;
    }
    .package-table .table tbody {
        font-size: 14px;
    }
    .package-table .table td {
        white-space: pre-wrap !important;
        vertical-align: middle;
    }
}