.hero-two__carousel {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.hero-two__carousel__image {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-two__carousel__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 30px; /* Can be made variable if needed */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
