.ctrEnrl005 {
    padding: 50px 0;
}

.ctrEnrl005 .headerCont {
    text-align:center;
    margin-bottom:0
}

.ctrEnrl005 .headerTitle {
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
    text-transform: none;
}

.ctrEnrl005 p {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
}

.ctrEnrl005 .cerCont {
    margin-bottom: 20px;
}

.ctrEnrl005 a.cerCont {
    cursor: pointer;
}

.ctrEnrl005 .cerCont .cerBoxShadow {
    outline: 2px solid #000;
}

.ctrEnrl005 .cerCont .cerBoxShadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 100%;
    display:flex;
    flex-direction:column;
}

.ctrEnrl005 .imgCont {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.ctrEnrl005 .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;
}

.ctrEnrl005 .imgCont img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 150px;
    max-width: 150px;
    z-index: 2;
}

.ctrEnrl005 .cerCont .content {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.ctrEnrl005 .cerCont .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 1rem 0;
}

.ctrEnrl005 .cerCont .description span {
    display: block;
}

.ctrEnrl005 .fullDescriptionCont {
    margin-top: 20px;
}

.ctrEnrl005 .cerContOuter {
    justify-content: center;
}
.ctrEnrl005 .primary-theme-btn {margin-top:15px}

/* MOBILE VER START */
.ctrEnrl005 .mblVer .rptCon {display: block;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.2);background:#fff;margin-bottom:15px;}
.ctrEnrl005 .mblVer .rptHead {position:relative;height:65px;display:flex;width:100%}
.ctrEnrl005 .mblVer .rptHead .c1 {display:flex;width:80px;align-items:center}
.ctrEnrl005 .mblVer .rptHead .index {
    position: static;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px
}
.ctrEnrl005 .mblVer .rptHead .c2 {flex:1}

.ctrEnrl005 .mblVer .rptHead .h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    left: 100px;
    width: 205px;
    line-height: 1.2;
}
.ctrEnrl005 .mblVer .rptHead img {position:absolute;height:40px;top:50%;transform:translateY(-50%);left:43px}
.ctrEnrl005 .mblVer .rptHead.rh3 img {width:76px;height:60px;left:34px}

.ctrEnrl005 .mblVer .rptCon:nth-child(1) {background:#77819c}
.ctrEnrl005 .mblVer .rptCon:nth-child(2) {background:#e94200}
.ctrEnrl005 .mblVer .rptCon:nth-child(3) {background:#b78c00}

.ctrEnrl005 .mblVer .rptCont {padding:10px}
.ctrEnrl005 .mblVer .rptCont p {font-size:15px;text-align:center}

@media (min-width:768px) {
    .ctrEnrl005 .mblVer .rptHead .h3 {font-size:19px;width:400px}
    .ctrEnrl005 .mblVer .rptCont p {font-size:17px}
}
/* MOBILE VER END */

@media (min-width: 768px) {
    .ctrEnrl005 .cerContOuter {
        justify-content: unset;
    }
}

@media (min-width: 992px) {
    .ctrEnrl005 {margin-bottom:50px}
    .ctrEnrl005 .headerCont {
        margin-bottom: 30px;
    }

    .ctrEnrl005 .headerTitle {
        font-size: 44px;
        line-height: 46px;
    }

    .ctrEnrl005 p {
        font-size: 19px;
        line-height: 29px;
    }

    .ctrEnrl005 .imgCont .index {
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 10px;
        left: 10px;
    }
    .ctrEnrl005 .cerCont:nth-child(1) .imgCont {background:#77819c}
    .ctrEnrl005 .cerCont:nth-child(2) .imgCont {background:#ff4800}
    .ctrEnrl005 .cerCont:nth-child(3) .imgCont {background:#ffcb24}
}
