.swiper-slide {
    display: flex;
    align-items: center;
    background-color: #e9eaec;
}

.slider-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.slider-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.body-motto {
    background: linear-gradient(to bottom, #e0ffd4, #ffffff);
    text-align: center;
    padding: 50px;
}

.body-motto-2 {
    background: linear-gradient(to bottom, #e0ffd4, #ffffff);
}

.mission-title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.empowerment {
    font-family: "Pacifico", cursive;
    font-size: 60px;
    color: #ff7f50;
    margin: 20px 0;
}

.description {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
