.acca-offers-section {
    padding: 80px 0;
    background: #7473c0;
}

.acca-offers-section__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    line-height: 1.25;
}

.acca-offers-section__description {
    max-width: 1040px;
    margin: 0 auto 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-family: "Google Sans Flex", sans-serif;
}

.acca-offers-section__panel {
    max-width: 1040px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    border: 0;
    box-shadow: none;
}

.acca-offers-section__panel + .acca-offers-section__panel {
    margin-top: 48px;
}

.acca-offers-section__panel-title {
    margin: 0 0 20px;
    color: #4e2a84;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
}

.acca-offers-section__panel-content {
    color: #222222;
    font-size: 16px;
    line-height: 1.35;
}

.acca-offers-section__panel-content ul {
    margin: 0;
    padding-left: 22px;
}

.acca-offers-section__panel-content li + li {
    margin-top: 4px;
}

.acca-offers-table {
    overflow-x: auto;
}

.acca-offers-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    border-radius: 14px;
    overflow: hidden;
}

.acca-offers-table th,
.acca-offers-table td {
    padding: 12px 16px;
    border: 1px solid #ebebeb;
    text-align: left;
    vertical-align: top;
}

.acca-offers-table thead th {
    background: #7876c9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}

.acca-offers-table tbody td {
    color: #222222;
    font-size: 14px;
    line-height: 1.35;
}

.acca-offers-table tbody tr:nth-child(even) td {
    background: #f2f2f2;
}

.acca-offers-table tbody tr.is-total td {
    font-weight: 400;
}

.acca-offers-table thead tr:first-child th:first-child {
    border-top-left-radius: 14px;
}

.acca-offers-table thead tr:first-child th:last-child {
    border-top-right-radius: 14px;
}

.acca-offers-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.acca-offers-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

@media (max-width: 849px) {
    .acca-offers-section {
        padding: 40px 0;
    }

    .acca-offers-section__container {
        padding: 0 16px;
    }

    .acca-offers-section__title {
        font-size: 20px;
        line-height: 28px;
    }

    .acca-offers-section__panel {
        padding: 16px;
        border-radius: 16px;
    }

    .acca-offers-section__description {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 24px;
    }

    .acca-offers-section__panel + .acca-offers-section__panel {
        margin-top: 24px;
    }

    .acca-offers-section__panel-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1;
    }

    .acca-offers-section__panel-content {
        font-size: 14px;
    }

    .acca-offers-section__panel-content ul {
        padding-left: 20px;
    }

    .acca-offers-table {
        border: 1px solid #ebebeb;
        border-radius: 12px;
        overflow-y: hidden;
        background: #fff;
    }

    .acca-offers-table table {
        border-collapse: separate;
        border-spacing: 0;
        min-width: 311px;
        table-layout: fixed;
        margin-bottom: 0;
    }

    .acca-offers-table th,
    .acca-offers-table td {
        padding: 8px;
        font-size: 14px;
        word-break: break-word;
    }

    .acca-offers-table thead th {
        font-size: 14px;
        line-height: 1.2;
    }

    .acca-offers-table th,
    .acca-offers-table td {
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

    .acca-offers-table tr > *:last-child {
        border-right: 0;
    }

    .acca-offers-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .acca-offers-table thead th:nth-child(1),
    .acca-offers-table tbody td:nth-child(1) {
        width: 33.333%;
    }

    .acca-offers-table thead th:nth-child(2),
    .acca-offers-table tbody td:nth-child(2),
    .acca-offers-table thead th:nth-child(3),
    .acca-offers-table tbody td:nth-child(3),
    .acca-offers-table thead th:nth-child(4),
    .acca-offers-table tbody td:nth-child(4) {
        width: 22.222%;
    }
}
