.sec_space{
    padding: 100px 0 0;
}

.main_school_wrapper img{
    width: 100%;
    height: 100%;
}

.content_steps h4 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 5px;
}
.content_steps h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.content_steps {
    background: #0dace5;
    padding: 54px;
    border-radius: 22px;
    color: #fff;
    height: 100%;
}
.content_wrapper.sec_space p {
    font-size: 16px;
    line-height: 32px;
    width: 80%;
}
.content_wrapper.sec_space .row .col-md-4:nth-child(2) .content_steps {
    background: #CC014A;
}


.content_wrapper.sec_space .row .col-md-4:nth-child(3) .content_steps {
    background: #358d40;
}
.school_banner_wrapper.sec_space {
    padding-bottom: 0;
    height:90vh;
}

.program_upshots_wrapper.sec_space ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    width: 50%;
}
.program_upshots_wrapper.sec_space ul {
    list-style: disc;
    padding-left: 44px;
    margin: 48px 0;
    display: flex;
    flex-wrap: wrap;
}

ul li::marker {
    color: #f7d10e; /* Change bullet color */
    font-size: 1.2em; /* Optional: Adjust size */
}

.cohort_box {
    position: relative;
    margin-bottom: 34px;
}
.courses_img {
    position: relative;
}
.courses_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
}
.main_school_wrapper img {
    width: 100%;
    height: 100%;
}
.course_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 24px;
}

.course_content h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
}

.program_journey_wrapper.content_wrapper.sec_space .content_steps {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.program_journey_wrapper.content_wrapper.sec_space .content_steps h4 {
    font-size: 15px;
}

.program_journey_wrapper.content_wrapper.sec_space .content_steps h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

.cohorts_wrapper.sec_space {
    background: #eee;
    padding-bottom: 80px;
}
.contact_wrapper_main.sec_space {
    background: #eee;
    padding-bottom: 100px;
    /*margin-top: 100px;*/
}

.contact_wrapper_main.sec_space ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
}
.contact_wrapper_main.sec_space ul {
    list-style: disc;
    padding-left: 30px;
}
.program_journey_wrapper.content_wrapper.sec_space .row .col-12.col-sm-12.col-md-6.col-lg-3{
    margin-bottom: 34px;
}
.program_journey_wrapper.content_wrapper.sec_space .row .col-12.col-sm-12.col-md-6.col-lg-3:nth-child(2) .content_steps {
    background:#358d40;
}

.program_journey_wrapper.content_wrapper.sec_space .row .col-12.col-sm-12.col-md-6.col-lg-3:nth-child(3) .content_steps {
    background: #CC014A;

}
.program_journey_wrapper.content_wrapper.sec_space .row .col-12.col-sm-12.col-md-6.col-lg-3:nth-child(4) .content_steps {
    background: #b22b2e;

}
.school_banner_wrapper.sec_space {
    padding-top: 0;
}

@media (min-width: 768px) and  (max-width: 1024px){
    .content_steps {
        height: 100%;
    }
    .sec_space {
        padding: 50px 0 0;
    }
    .content_wrapper.sec_space p {
        width: 100%;
        margin-bottom: 24px;
    }
    .main_title {
        margin-bottom: 10px;
    }
    .content_steps {
        padding: 24px;
        margin-bottom: 15px;
    }
    .program_upshots_wrapper.sec_space ul li {
        width: 45%;
        margin-right: 17px;
    }
    .course_content h3 {
        margin-bottom: 0;
        font-size: 19px;
        line-height: 26px;
    }
    .program_journey_wrapper .col-md-3 {
        margin-bottom: 20px;
    }
    .contact_wrapper_main.sec_space {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .course_content {
        padding: 14px;
    }    
}
@media (max-width:1199px){
    .school_banner_wrapper.sec_space {
        height: unset;
    }
    
}

@media (max-width: 767px) {
    .mentorSection{
        padding-top:30px !important;
    }
    .container.mentorSection .main_title {
    margin-bottom: 50px !important;
}
    
    .sec_space {
        padding: 50px 0 0;
    }
    .content_wrapper.sec_space p {
        width: 100%;
        margin-bottom: 24px;
    }
    .main_title {
        margin-bottom: 10px;
    }
    .content_steps {
        padding: 24px;
        margin-bottom: 0px;
    }
    .program_upshots_wrapper.sec_space ul li {
        width: 43%;
        margin-right: 17px;
    }
    .course_content h3 {
        margin-bottom: 0;
        font-size: 19px;
        line-height: 26px;
    }
    .program_journey_wrapper .col-md-3 {
        margin-bottom: 20px;
    }
    .contact_wrapper_main.sec_space {
        margin-top: 30px;
        padding-bottom: 50px;
    }
    .cohorts_wrapper.sec_space {
        padding-bottom: 40px;
    }
    .program_journey_wrapper.content_wrapper.sec_space .row .col-12.col-sm-12.col-md-6.col-lg-3 {
        margin-bottom: 20px;
    }
    
    .content_wrapper.sec_space .col-md-4 {
    margin-bottom: 20px;
}
}

ul.customList {
    list-style: disc;
    padding-left: 20px;
    margin: unset;
    display: block;
    flex-wrap: wrap;
}
ul.customList li::marker {
    color: #f7d10e;
    font-size: 1.2em;
}
.content_steps ul.customList li, ul.customList li  {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
  
.main_school_wrapper img {
    object-position: center;
    object-fit: cover;
}
.mribsFigcaption.position-relative {
        height: 150px !important;
    min-height: unset !important;
}
.mribsFigcaption.position-relative p{
    margin:unset !important;
}

.program_upshots_wrapper.sec_space ul{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
    margin:unset;
    padding:unset;
}

.program_upshots_wrapper.sec_space ul li::marker {
    content: '';
}
.program_upshots_wrapper.sec_space ul li{
       display: flex;
    width: 100%;
    aspect-ratio: 2 / 1;
    padding: 40px;
    /* align-items: center; */
    background-color: #0d41a6 !important;
    color: #fff;
    align-items: center;
    justify-content: center;
}
/*.program_upshots_wrapper.sec_space ul li:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.02);*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/
.program_upshots_wrapper.sec_space ul li:nth-child(n+4){
    background-color:#f7ce28 !important;
}
.program_upshots_wrapper.sec_space ul li:nth-child(n+7){
    background-color:#0d41a6 !important;
    
}
/*.program_upshots_wrapper.sec_space ul li:nth-child(n+13){*/
/*    background-color:#f7ce28 !important;*/
/*}*/
.main_title h2{
    color:#f7ce28 ;
}