.sec_space{
    padding: 70px 0 ;
}

.cps_team.cps_bg{
    background: #eee !important;
}
.vision_item {
    padding: 32px;
    background: #0dace5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}

.initiative_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.initiative_images {
    height: 269px;
}
section.vision_wrapper.sec_space .row .col-md-6:nth-child(2) .vision_item {
    background: #989898;
}
/* section.vision_wrapper.sec_space{
    padding: 0 0;
} */

.vertical_item:hover .vertical_content{
    height: 100%;
    transition: all 0.8s ease-in-out;
}
.vertical_content {
    position: absolute;
    bottom: 0;
    height: 60px;
    padding: 20px;
    overflow: hidden;
    background: #0dace5;
    color: #fff;
    cursor: pointer;
    transition: all 0.8s ease-in-out;
}
.vertical_item {
    position: relative;
    cursor: pointer;
    transition: all 0.8s ease-in-out;
    margin-bottom: 44px;
}
.vertical_image {
    position: relative;
}
.vertical_image img {
    width: 100%;
    height: 100%;
}
.vertical_content h3 {
    font-size: 24px;
    color: #fff;
}

.awards_cps_item p {
    margin-bottom: 15px;
}
.awards_cps_item {
    background: #b22b2e;
    padding: 34px;
    height: 100%;
    color: #fff;
}
.project_content img {
    margin-bottom: 34px;
}
.cps_logo_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 36px; /* Adjust spacing between items */
    align-items: center;
    justify-content: center;
  }

.cps_logo img {
    width: 100%;
    height: 100%;
}
.cps_logo {
    margin-bottom: 24px;
}
.initiative_images img {
    width: 100%;
    height: 100%;
}
.initiave_content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.initiative_images {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}

.initiatives_items {
    padding: 28px;
    /* border: 2px dashed #0000004d; */
    border-radius: 20px;
    background: rgb(178, 43, 46);
    background: linear-gradient(100deg, rgb(13 172 229) 0%, rgb(13 172 229 / 13%) 100%);
    color: #fff;
    margin-bottom: 44px;
    margin-right: 18px;
}
.initiave_content p {
    margin-bottom: 0;
}
.initiative_images {
    margin-bottom: 24px;
}
section.initiatives_wrapper.sec_space.revel .row {
    align-items: center;
    justify-content: center;
}

section.initiatives_wrapper.sec_space.revel .row > .col-md-6:last-child .initiatives_items{
    margin-bottom: 0;
}
.cps_bg{
    background: #eee;
}

.cps_main_wrapper img {
    width: 100%;
}
.awards_cps_item h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 800;
}
section.vision_wrapper.sec_space.revel {
    padding-top: 0;
}

@media ( min-width: 1100px ) and ( max-width: 1499px ) {

    .sec_space {
        padding: 50px 0;
    }
    
}

@media ( max-width: 1024px ){

    .sec_space {
        padding: 50px 0;
    }
    section.mr_universe.glb-teams-pt.key-functionaries-section.cps_team.revel .mribsFigcaption.position-relative {
        height: 200px;
    }
}

@media ( max-width: 767px ){

    section.mr_universe.glb-teams-pt.key-functionaries-section.cps_team.revel .ipfm_carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
        padding-bottom: 0;
    }
    .project_content .main_title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .main_title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .project_content p {
        margin-bottom: 23px;
    }

    section.mr_universe.glb-teams-pt.key-functionaries-section.cps_team.revel .mribsFigcaption.position-relative {
        height: 150px;
    }

    section.mr_universe.glb-teams-pt.key-functionaries-section.cps_team  > div > div > div > div > div.owl-nav {
        top: -120px !important;
    }
    .sec_space{
        padding: 50px 0 0;
    }

    .cps_logo_wrapper {
        grid-template-columns: repeat(auto-fit, minmax(120px, 2fr));
        gap: 16px;
    }

}