.section_weeks * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.section_weeks {
    position: relative;
}

.section_weeks .bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;    
}

.section_weeks .weeks {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 135px 20px;
}

.section_weeks .weeks .tlt {
    font-family: 'PP Editorial New';
    font-style: normal;
    font-weight: lighter;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 48px;
    text-align: center;
}

.section_weeks .weeks .weeks_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #fff;
}

.section_weeks .weeks .weeks_content .week {
    padding: 24px 0px 24px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fff;
    column-gap: 30px;
}

.section_weeks .weeks .weeks_content .week h3 {
    font-family: 'PP Editorial New';
    font-style: normal;
    font-weight: lighter;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    max-width: 320px;
}

.section_weeks .weeks .weeks_content .week p {
    font-family: "Neue Haas Grotesk Display Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    max-width: 670px;
    margin-left: auto;
}


.section_weeks .footer_txt {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 790px;
    margin: 0 auto;
    width: 100%;
}

.section_weeks .footer_txt p {
    font-family: 'Neue Haas Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .section_weeks .weeks {
        padding: 40px 20px;
    }

    .section_weeks .weeks .weeks_content .week {
        flex-direction: column;
    }

    .section_weeks .weeks .weeks_content .week h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}
