.section-our-offerings {
    width: 100%;
    position: relative;
}

.section-our-offerings .c-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 0 127px;
}

.section-our-offerings .c-container h2 {
    font-size: 50px;
    font-weight: normal;
    font-family: 'PP Editorial New';
    margin-bottom: 63px;
    color: #222241;
    text-align: center;
    font-weight: 700;
    max-width: 981px;
}

.section-our-offerings .c-container p {
    font-size: 26px;
    font-weight: normal;
    font-family: 'PP Editorial New';
    margin-bottom: 63px;
    color: #222241;
    max-width: 777px;
}

.section-our-offerings .c-container .content-card-level {
    max-width: 981px;
    margin: 0 auto;
}

.section-our-offerings .c-container .content-card-level .level-title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.section-our-offerings .c-container .content-card-level .level-title h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    font-size: 16px;
    color: #222241;
    font-family: Neue Haas Grotesk Display Pro;
    border: solid 1px #000;
    padding: 4px 20px;
    margin-right: 21px;
}

.section-our-offerings .c-container .content-card-level .level-title p {
    color: #222241;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.section-our-offerings .c-container .content-card-level .content-card-text {
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    display: flex;
    align-items: center;
}

.section-our-offerings .c-container .content-card-level.two .content-card-text {
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

.section-our-offerings .c-container .content-card-level.two .level-title+.content-card-text {
    border-top: solid 2px #000;
}

.section-our-offerings .c-container .content-card-level.two .content-card-text:last-child {
    border-bottom: solid 2px #000;
}

.section-our-offerings .c-container .content-card-level .content-card-text.reverse {
    flex-direction: row-reverse;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

.section-our-offerings .c-container .content-card-level .content-card-text.reverse .content-text {
    padding-right: 40px;
    padding-left: 0;
}

.section-our-offerings .c-container .content-card-level .content-card-text img {
    max-width: 471px;
    width: 100%;
    min-height: 333px;
    object-fit: cover;
    max-height: 333px;
}

.section-our-offerings .c-container .content-card-level .content-card-text .content-text {
    padding-left: 40px;
}

.section-our-offerings .c-container .content-card-level .content-card-text .content-text h4 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin: 0;
    font-family: 'PP Editorial New';
    margin-bottom: 22px;
}

.section-our-offerings .c-container .content-card-level .content-card-text .content-text p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-family: Neue Haas Grotesk Display Pro;
    max-width: 420px;
}

.section-our-offerings .c-container .content-card-level svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 62px auto;
}


@media screen and (max-width: 1280px) {
    .section-our-offerings .c-container {
        padding: 40px 20px;
    }
}

@media screen and (max-width:992px) {
    .section-our-offerings .c-container .content-card-level .level-title h3 {
        font-size: 14px;
        padding: 4px 12px;
    }

    .section-our-offerings .c-container .content-card-level .level-title p {
        font-size: 14px;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text .content-text h4 {
        font-size: 28px;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text .content-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .section-our-offerings .c-container h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-our-offerings .c-container p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text {
        flex-direction: column;
        padding: 20px 0 0;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text.reverse {
        flex-direction: column;
        padding: 20px 0 0;
    }

    .section-our-offerings .c-container .content-card-level .level-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-our-offerings .c-container .content-card-level .level-title h3 {
        margin-bottom: 10px;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text .content-text {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text.reverse .content-text {
        padding-right: 0;
        padding-left: 0;
    }

    .section-our-offerings .c-container .content-card-level .content-card-text img {
        max-width: 100%;
        min-height: 250px;
        object-fit: cover;
        max-height: 250px;
    }

    .section-our-offerings .c-container .content-card-level svg {
        margin: 20px auto;
    }
}