
.activities_hero {
    background: url('../../images/Menilele/IMG_20230207_141258_975.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activities-overview, .featured-projects, .upcoming-events, .volunteer-opportunities, .testimonials {
    padding: 60px 0;
}

.testimonials .swiper {
    width: 100%;
    padding: 20px 0;
}

.testimonials .swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.testimonials .swiper-slide img {
    width: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .prev, .next{
       display: none;
    }
}

.volunteer-opportunities .fas{
    padding: 1rem;
    border: 3px solid blueviolet;
    border-radius: 50%;
}
.upcoming-events .fas{
    padding: 1rem;
    border: 3px solid rgba(36, 76, 209, 0.596);
    border-radius: 50%;
}

