.section-table-week {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 135px 0;
}


.section-table-week .c-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}


.section-table-week .c-container h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
}

.section-table-week .c-container p:last-child {
    margin-bottom: 0;
}


.section-table-week .c-container .content-table-week {
    max-width: 980px;
    margin: auto;
}

.section-table-week .c-container .content-table-week .text-week {
    border-top: solid 1px #fff;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 0;
}

/* .section-table-week .c-container .content-table-week .text-week:last-child {
    border-bottom: solid 1px #fff;
}
 */
.section-table-week .c-container .content-table-week .text-week h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #fff;
}

.section-table-week .c-container .content-table-week .text-week p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    max-width: 674px;
}

.section-table-week .c-container .content-table-week .text-footer {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
    border-top: solid 1px #fff;
    padding-top: 32px;
}

.section-table-week .c-container .content-table-week .text-footer:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .section-table-week {
        padding: 50px 0;
    }

    .section-table-week .c-container {
        padding: 50px 20px;
    }

    .section-table-week .c-container h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .section-table-week .c-container .content-table-week .text-week {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 0;
    }

    .section-table-week .c-container .content-table-week .text-week h3 {
        font-size: 20px;
    }

    .section-table-week .c-container .content-table-week .text-week p {
        font-size: 16px;
    }

}