.swiper-container {
    width: 100%;
    height:78vh;
    
}
.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -150px;
    margin-top: 150px;
        }
.title{
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    z-index: 300;
    color: #000;
    top: 40%;
    left: 10%;
    font-size: 350%;
    line-height: 0.2;
}
.title img{
width: 300px; 
}
.title span{
font-size: 20px;
    padding-left: 10px;
}

@media only screen and (max-width: 640px) {
 .swiper-container {
    height:78vh;
     margin-bottom: 0!important;
}  
.swiper-slide {
    background-position: center -100px;
    margin-top: 90px;
        }
.title img{
width: 150px;
}
.title{
     line-height: 0.05;  
    }
.title span{
font-size: 14px;    
}
}