#ctrEnrl006 {
    padding: 50px 0;
}
#ctrEnrl006 .headerTitle {text-align:center}

#ctrEnrl006 .cerCont .cerBoxShadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 100%;
}
#ctrEnrl006 .imgCont {
    position: relative;
    height: 150px;
    overflow: hidden;
}
#ctrEnrl006 .index {
    position: absolute;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
    left: 10px;
    font-weight: 600;
}
#ctrEnrl006 .imgCont .light,
#ctrEnrl006 .imgCont .dark {
    height: 100%;
}
#ctrEnrl006 .imgCont .light {
    background: #7A829B;
}
#ctrEnrl006 .imgCont .dark {
    background: #525968;
}
#ctrEnrl006 .cerCont:nth-child(1) .light,
.r1:nth-child(1) .light {
    background: #7A829B;
}
#ctrEnrl006 .cerCont:nth-child(1) .dark,
.r1:nth-child(1) .dark {
    background: #525968;
}
#ctrEnrl006 .cerCont:nth-child(2) .light {
    background: #D24B3A;
}
#ctrEnrl006 .cerCont:nth-child(2) .dark {
    background: #AE3B33;
}
#ctrEnrl006 .cerCont:nth-child(3) .light {
    background: #ECDE49;
}
#ctrEnrl006 .cerCont:nth-child(3) .dark {
    background: #D8C62D;
}
#ctrEnrl006 .imgCont img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    z-index: 2;
}
#ctrEnrl006 .imgCont img.imgNum3 {/* rocket */
    height:100px;
    width:100px
}
#ctrEnrl006 .cerCont .content {
    width: 90%;
    text-align: center;
    margin: 20px auto;
}
#ctrEnrl006 .cerCont .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin: 1rem 0;
}
#ctrEnrl006 .cerCont .description {
    width: 90%;
    margin: 0 auto;
}
#ctrEnrl006 .cerCont .description span {
    display: block;
}
#ctrEnrl006 .fullDescriptionCont {
    margin-top: 20px;
}
#ctrEnrl006 .cerContOuter {
    justify-content: center;
    margin-bottom: 40px;
}
#ctrEnrl006 .primary-theme-btn {margin-top:15px}
#ctrEnrl006 .rptrSubtitle {display:block;font-weight:bold}

/* MOBILE VER START */
#ctrEnrl006 .mblVer .rptCon {box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.2);background:#fff;margin-bottom:15px;}
#ctrEnrl006 .mblVer .rptHead {position:relative;height:65px;display:flex;width:100%}
#ctrEnrl006 .mblVer .rptHead .c1 {display:flex;width:80px;align-items:center}
#ctrEnrl006 .mblVer .rptHead .index {position:static;margin-left:13px;width:35px;height:35px;line-height:35px}
#ctrEnrl006 .mblVer .rptHead .c2 {flex:1}

#ctrEnrl006 .mblVer .rptHead .h3 {
    position:absolute;top:50%;transform:translateY(-50%);background:transparent;
    color:#fff;font-size:17px;font-weight:500;left:116px;line-height:1.2;margin-bottom:0;margin-right: 13px;
}
#ctrEnrl006 .mblVer .rptHead img {position:absolute;width:40px;height:40px;top:50%;transform:translateY(-50%);left:60px}
#ctrEnrl006 .mblVer .rptHead.rh1 img {width:40px;left:60px}
#ctrEnrl006 .mblVer .rptHead.rh3 img {width:50px;height:auto;left:55px} /* rocket needs height:auto */
#ctrEnrl006 .mblVer .rh1 .c1 { background: #7A829B }
#ctrEnrl006 .mblVer .rh1 .c2 { background: #525968 }
#ctrEnrl006 .mblVer .rh2 .c1 { background: #D24B3A }
#ctrEnrl006 .mblVer .rh2 .c2 { background: #AE3B33 }
#ctrEnrl006 .mblVer .rh3 .c1 { background: #cbbf3f }
#ctrEnrl006 .mblVer .rh3 .c2 { background: #a99b22 }

#ctrEnrl006 .mblVer .rptCont {padding:10px}
#ctrEnrl006 .mblVer .rptCont p {font-size:15px;text-align:center}
.math-home #ctrEnrl006 .mblVer .rptCont p {margin-bottom:10px}

@media (min-width:768px) {
    #ctrEnrl006 .mblVer .rptHead .h3 {font-size:19px;width:400px}
    #ctrEnrl006 .mblVer .rptCont p {font-size:17px}
}
/* MOBILE VER END */


@media (min-width: 768px) {
    #ctrEnrl006 .cerContOuter {
        justify-content: unset;
    }
}

@media (min-width: 992px) {
    #ctrEnrl006 .imgCont .index {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 15px;
        left: 15px;
    }
}

@media (min-width:1279px) {
    #ctrEnrl006 .headerTitle {margin-bottom:30px}
}
