.swiper-container {
width: 100%;
height: 400px;
background: #000;
}
.swiper-slide {
font-size: 18px;
color:#fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 60px;
cursor:grab;
}
.parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 400px;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
.swiper-slide .title {
font-size: 50px;
line-height: 50px;
font-weight: 900;
}
.swiper-slide .subtitle {
font-size: 21px;
}
.swiper-slide .text {
font-size: 20px;
max-width: 500px;
padding-top: 20px;
line-height: 1.3;
}