.section-text-border {
    width: 100%;
    position: relative;
}

.section-text-border .c-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 96px;
}

.section-text-border .c-container h2 {
    font-size: 24px;
    font-family: PP Editorial New;
    line-height: 1.2;
    color: #222241;
    margin-bottom: 32px;
    max-width: 500px;
}

.section-text-border .c-container ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 42px;
}

.section-text-border .c-container ul li {
    font-size: 16px;
    line-height: normal;
    font-family: Helvetica Neue;
    margin-bottom: 5px;
    color: #222241;
    padding: 0;
    margin-top: 0;
}

.section-text-border .c-container .content-text-border .content-text {
    border-left: solid 1px #000;
    max-width: 469px;
    padding: 43px 41px 0;
    padding-right: 0;
}

.section-text-border .c-container .content-text-border {
    max-width: 980px;
    margin: auto;
    border-top: solid 1px #000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.section-text-border .c-container .content-text-border h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 32px;
    color: #222241;
    font-family: PP Editorial New;
}

.section-text-border .c-container .content-text-border ul {
    list-style-type: disc;
    padding-left: 15px;
}

.section-text-border .c-container .content-text-border ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    color: #222241;
    margin-bottom: 5px;
}

.section-text-border .c-container .content-text-border ul li strong {
    font-weight: bold;
    font-family: 'Neue Haas Grotesk Display Medium';
}

@media screen and (max-width: 1280px) {
    .section-text-border .c-container {
        padding: 72px 20px;
    }
}

@media screen and (max-width: 768px) {
    .section-text-border .c-container {
        padding: 20px 20px 0;
    }

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

    .section-text-border .c-container ul li {
        font-size: 16px;
    }

    .section-text-border .c-container .content-text-border {
        flex-direction: column;
        align-items: center;
    }

    .section-text-border .c-container .content-text-border .content-text {
        border-left: none;
        text-align: center;
        padding: 20px 20px 0;
    }

}