section.footer::before {
    background-color: #F2F4EC;
}
section.csr-initiative {
    padding: 100px 0 100px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #F2F4EC;
}
.csr-initiative-header {
    text-align: center;
    margin-bottom: 50px;
}
.csr-initiative-header h6 {
    color: #77808B;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}
.csr-initiative-header h3 {
    margin-bottom: 0px;
}
.csr-initiative-slider-out {
    position: relative;
}
.csr-initiative-slider-out .csr-initiativeSlider {
    padding: 0 8%;
}
/* the slides */
section.csr-initiative .slick-slide {
    margin: 0 30px;
}
/* the parent */
section.csr-initiative .slick-list {
    margin: 0 -30px;
}
.csr-initiativeSlider-nav {
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.csr-initiativeSlider-prev, .csr-initiativeSlider-next {
    background-image: url(../../images/slide-left-black.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.csr-initiativeSlider-next {
    background-image: url(../../images/slide-right-black.svg);
    transition: all 0.3s ease;
    float: right;
}
.csr-initiativeSlider-prev:hover, .csr-initiativeSlider-next:hover {
    opacity: .5;
}
section.csr-initiative button.slick-prev.slick-arrow,
section.csr-initiative button.slick-next.slick-arrow{
    display: none !important;
}
.csr-initiativeSliderEach {
    width: 100%;
    position: relative;
    text-align: left;
    overflow: hidden;
    display: flex;
    gap: 50px;
}
.carouselImage {
    width: 55%;
    height: 345px;
    position: relative;
}
.carouselImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.csr-initiativeContent {
    text-align: left;
    transition: all 0.5s ease;
    width: 45%;
    height: 345px;
}
.csr-initiativeSliderEach:hover .csr-initiativeContent {
    bottom: 0;
}
.csr-initiativeContentIn {
    width: 99%;
    max-height: 90%;
    transition: all 0.5s ease;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.csr-initiativeContentInScroll {
    max-width: 100%;
}
.csr-initiativeContent h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
}
.csr-initiativeContent p {
    color: #77808B;
    line-height: 1.8em;
}

.csr-initiativeSlider-nav.csr-initiativeSlider-nav-hide {
    display: none;
}






@media (max-width:1566px) {
}


@media (max-width:1440px) {
    .carouselImage,
    .csr-initiativeContent {
        height: 315px;
    }
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
    /* the slides */
    section.csr-initiative .slick-slide {
        margin: 0 20px;
    }
    /* the parent */
    section.csr-initiative .slick-list {
        margin: 0 -20px;
    }
    .csr-initiativeContentInScroll {
        max-width: 100%;
    }
    .carouselImage, .csr-initiativeContent {
        height: 260px;
    }
}
@media only screen and ( max-width: 961px) {
    section.csr-initiative {
        padding: 60px 0 65px;
    }
    .csr-initiative-header {
        margin-bottom: 40px;
    }
}
@media only screen and ( max-width: 768px) {
    .csr-initiativeSliderEach {
        flex-wrap: wrap;
        gap: 30px;
        height: auto !important;
        flex-direction: column-reverse;
    }
    .csr-initiativeContent{
        height: auto;
        width: 100%;
    }
    .csr-initiativeContentIn {
        height: 100%;
        max-height: 100%;
        width: 100%;
        overflow: hidden;
        transform: none;
    }
    .csr-initiativeContent h6 {
        margin-bottom: 20px;
    }
    .carouselImage {
        width: 100%;
    }
}
@media only screen and ( max-width: 568px) {
    .csr-initiativeSlider-nav.csr-initiativeSlider-nav-hide {
        display: block;
    }
    .carouselImage {
        height: 230px;
    }
}
@media only screen and ( max-width: 560px) {

}
