.narrow-block {
    width: 800px;
    max-width: 100% !important;
}
table.yearly-packages {
    width: 700px;
    max-width: 100% !important;
    margin-inline: auto;
    border: 1px solid #eeeeee !important;
    margin-bottom: 40px;
}
table.yearly-packages th {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    border: none;
}
table.yearly-packages tr th:nth-child(n+2) {
    text-align: center;
}
table.yearly-packages td {
    font-size: 15px;
    color: #000;
    border: none !important;
}
table.yearly-packages tr td:nth-child(2) {
    text-align: center;
}
table.yearly-packages td.heading-row {
    background-color: var(--green);
    color: #fff !important;
    font-weight: bold;
    font-size: 17px;
}
tr.total-row td {
    font-weight: bold;
    font-size: 18px;
    background: #dcdcdc;
}