#text-repeater-section {
    background-color: #fff;
    padding: 100px 0 80px 0;
}
#text-repeater-section-inner {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
#text-repeater-section .text-repeater-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    letter-spacing: -0.04em;
    color: #0A2144;
    margin: 0 0 24px 0;
}
#text-repeater-section .text-repeater-title {
    max-width: 770px;
    width: 100%;
}
#text-repeater-section .row  {
    margin: 0 0 60px 0;
}
#text-repeater-section .row:last-child {
    margin: 0;
}
#text-repeater-section .text-repeater-text {
    max-width: 770px;
    width: 100%;
}
#text-repeater-section .text-repeater-text * {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #353D46;
}
#text-repeater-section .text-repeater-text ol,
#text-repeater-section .text-repeater-text ul {
    padding-left: 35px;
}
#text-repeater-section .text-repeater-text p {
    margin: 0 0 24px 0;
}
#text-repeater-section .text-repeater-text p:last-child {
    margin: 0;
}
#text-repeater-section .text-repeater-text ul {
    margin: 0 0 8px 0;
}
#text-repeater-section .text-repeater-text li {
    margin: 0 0 16px 0;
}



#page-recommendations #text-repeater-section {
    padding: 110px 0 60px 0;
}
#page-recommendations #text-repeater-section-inner {
    padding: 0;
}
#page-recommendations #text-repeater-section .text-repeater-text,
#page-recommendations #text-repeater-section .text-repeater-title {
    max-width: 830px;
}
/* #page-recommendations .section-5 {
    padding-top: 152px;
} */
#page-recommendations .section-5 .content-box.content-box-1 {
    height: auto;
    padding-top: 0;
}
#page-recommendations .section-5 .content-box-4 .text-column,
#page-recommendations .section-5 .content-box-2 .text-column {
    max-width: 554px;
}
@media (max-width: 1168px) {
    #page-recommendations #text-repeater-section-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    #page-recommendations .section-5 {
        padding: 0;
    }
    #page-recommendations #text-repeater-section {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    #page-recommendations #text-repeater-section,
    #text-repeater-section {
        padding: 40px 0;
    }
    #text-repeater-section .text-repeater-title {
        font-size: 28px;
        line-height: 34px;
    }
    #page-recommendations .section-5 .content-box.content-box-1 {
        padding-top: 0;
    }
}