.slider-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}

@media(max-width: 767px) {
    .slider-image {
        height: 350px;
        border-radius: 15px;
    }
}

@media(max-width: 500px) {
    .slider-image {
        height: 270px;
    }
}

@media(max-width: 370px) {
    .slider-image {
        height: 370px;
    }
}