@media screen and (max-width: 590px) {
    section.slider_responsive {
        margin-top: 180px;
    }
    .carousel-item img{
        height: 140px;
    }
    
    .journey-banner {
        margin-top: 100px;
    }
    .journey-banner-image {
        height: 140px !important;
    }
}