.entry-content .b-donate {
    max-width: var(--wp--style--global--wide-size);
    position: relative;
    overflow: hidden;
}
.b-donate .heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.b-donate .heading .column-1 {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.b-donate .heading .paragraph {
    max-width: 50%;
}
.b-donate .heading .column-2 {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid var(--light-gray);
    padding: 20px;
    max-width: 50%;
    width: 100%;
}
.b-donate .heading .column-2 img{
    max-width: 250px;
    margin: auto;
    margin-right: -20px;
    position: relative;
    width: 100%;
}
.b-donate .heading .column-2 .conetent{
    margin-left: 5%;
}
.b-donate .heading .column-2 .number-text {
    max-width: 50%;
}
.b-donate .carousel-donate {
    width: 100%;
    margin-top: 30px;
}
.b-donate .carousel-donate .slick-slide {
    height: 500px !important;
    padding: 15px 20px 30px 0px;
    margin: 0 10px 0 0;
}
.b-donate .carousel-donate .slick-slide .item {
    display: flex !important;
    justify-content: space-between;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: auto 70% !important;
    background-position-y: bottom !important;
    border-radius: 25px;
    text-decoration: none;
    padding: 15px 0px 0px 20px;
    transition: .2s;
}
.b-donate .carousel-donate .slick-slide .item h3 {
    font-size: clamp(1rem, 3vw, 3rem);
}

.b-donate .carousel-donate .slick-slide .item:hover {
    opacity: .9;
}

.b-donate .carousel-donate .slick-slide .item:hover h3 {
    text-decoration: underline;
}
.b-donate .carousel-donate .slick-slide>div {
    width: 100%;
    height: 100%;
}
/*Carousel arrows  */
.hero-arrow {
    font: 400 30px/1 'Inter';
    color: white;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    transform: translateY(-50%);
}

.hero-prev {
    left: 15px;
    bottom:0;
    background: url(/wp-content/uploads/2024/10/Vector9-white.svg);
    width: 66px;
    height: 49px;
    background-repeat: no-repeat;
    top: 90%;
    
}

.hero-next {
    right: 15px;
    background: url(/wp-content/uploads/2024/10/Vector8-white.svg);
    width: 66px;
    height: 49px;
    background-repeat: no-repeat;
    bottom:0;
    top: 90%;
}

.hero-prev:focus,.hero-next:focus{
    outline:1px solid white;
}
 /*  */

/* Position the images  */
.position_images_left{
    background-position: left !important;
}
.position_images_center{
    background-position: center !important;
}
.position_images_right{
    background-position: right !important;
}
/*  */

/* View all donation button */
.b-donate .view_all{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.b-donate .view_all a{
    background-color: var(--light-gray);
    max-width: 33%;
    width: 100%;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.carousel-donate .title{
    max-width: 80%;
}
/*  */
@media (max-width:1600px){
    .b-donate .carousel-donate .slick-slide{
        height: 380px !important;
    }
}

@media (max-width:1024px) {
    .b-donate .carousel-donate .slick-slide{
        height: 220px !important;
    }
    .b-donate .heading .column-2 img{
        max-width: 180px;
    }
    .b-donate .heading .column-2 .number-text{
        max-width: 100%;
    }
    .b-donate .heading .paragraph{
        max-width: 100%;
    }
    .b-donate .heading .column-1{
        max-width: 40%;
    }
    .b-donate .hero-next{
        background-size: 20px;
        left: 95%;
        top: 95%;
    }
    .b-donate .hero-prev{
        background-size: 20px;
        top: 95%;
    }
    .carousel-donate .title{
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .b-donate .heading {
        flex-direction: column;
    }

    .b-donate .carousel-donate .slick-slide {
        height: 250px !important;
        /* width: 250px !important; */
    }
    .b-donate .hero-next{
        left: 90%;
        top: 85%;
    }
    .b-donate .hero-prev{
        top: 85%;
    }
}
@media (max-width:586px){
    .b-donate .carousel-donate .slick-slide .item{
        padding: 15px 15px 0px 15px;
        height: 200px;
        background-size: auto 100% !important;
    }
    .b-donate .carousel-donate .slick-slide{
        height: auto !important;
        margin: 0 20px 0 0;
    }
    .b-donate .heading .column-1 , .b-donate .heading .column-2{
        max-width: 100%;
    }
    .b-donate .heading .column-2{
        margin-top: 20px;
    }
    .b-donate .heading .column-2 .conetent{
        margin-left: 15%;
    }
    /* .b-donate .view_all{
        margin-top: -40px;
    } */
    .b-donate .view_all a{
        max-width: 100%;
    }
}


