#ctrEnrl007 {
    padding: 40px 20px;
    font-family: "Nunito Sans", "Avenir";
    background-color: #ffffff;
}
#ctrEnrl007 h2 {
    text-transform:none;
    text-align:center;
    margin-bottom:30px;
    font-size:30px
}
#ctrEnrl007 .ceItemsCon {
    max-width: 850px;
    margin: 0 auto;
}

#ctrEnrl007 .ceItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

#ctrEnrl007 .ceItem:last-child {
    margin-bottom: 0;
}

#ctrEnrl007 .c1 {
    width: 100px;
    margin-bottom: 15px;
}

#ctrEnrl007 .c1 img {
    width: 100%;
    height: auto;
    display: block;
}

#ctrEnrl007 .c2Title {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.2;
}


@media (min-width: 600px) {
    #ctrEnrl007 .ceItem {
        flex-direction: row;
        text-align: left;
        align-items: center;
        margin-bottom: 30px;
    }

    #ctrEnrl007 .c1 {
        flex: 0 0 100px;
        margin-bottom: 0;
        margin-right: 30px;
    }    
}

@media (min-width: 992px) {
    #ctrEnrl007 h2 {
        margin-bottom:40px;
        font-size: 2.35rem;
        line-height: 1.3;
    }
    #ctrEnrl007 .c2Title {
        font-size: 1.4rem;
    }
}

@media (min-width: 1279px) {
    #ctrEnrl007 .c2Title {
        font-size: 1.5rem;
    }
}