#about-us {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}

#story-slider {
    margin: 2rem 0;
    text-align: center;
}

.slider {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.slider-image {
    width: 100%;
    border-radius: 10px;
    display: block; /* Ensure images are block to avoid bottom margin */
}
