.cw2-learning-objectives {
    margin: 0 25px;
}

.cw2-learning-objectives .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}

.cw2-learning-objectives .title .icon {
    flex: 0 0 65px;
    max-width: 65px;
    margin-right: 18px;
    color: #fdc743;
}

.cw2-learning-objectives .title .icon svg {
    display: block;
}

.cw2-learning-objectives .description {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 26px;
    line-height: 1.23;
}

.cw2-learning-objectives .items {
    position: relative;
    z-index: 1;
}

.cw2-learning-objectives .items:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 31px;
    right: 6px;
    left: 0;
    height: 5px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFBAMAAAB/QTvWAAAAFVBMVEV1dXUAAAAAAAAAAAAAAABycnJnZ2el3/mjAAAAB3RSTlMFHRcUAA8IPOzLHQAAABxJREFUCNdjYA1zYFA0YGAQdlBgMGESYHBTNAAAFssCPbZjJU0AAAAASUVORK5CYII=') repeat-x 0 0;
}

.cw2-learning-objectives .items .arrow {
    position: absolute;
    top: 18px;
    right: 0;
}

.cw2-learning-objectives .items > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cw2-learning-objectives .items > ul > li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 20px;
}

.cw2-learning-objectives .items .index {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    border: 6px solid #fdc743;
    background-color: #fff;
}

.cw2-learning-objectives .items .text {
    display: block;
    line-height: 1.3;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .cw2-learning-objectives {
        margin: 0;
    }

    .cw2-learning-objectives .items {
        text-align: center;
    }

    .cw2-learning-objectives .items:before,
    .cw2-learning-objectives .items .arrow {
        display: none;
    }

    .cw2-learning-objectives .items .index {
        margin: 0 auto 10px;
    }

    .cw2-learning-objectives .items > ul {
        display: block;
    }

    .cw2-learning-objectives .items > ul > li {
        max-width: unset;
        padding-right: 0;
    }

    .cw2-learning-objectives .items > ul > li + li {
        margin-top: 30px;
    }
}
