.swiperSection{
    margin-top: 100px;
}

.titu{
    color: #FFF;
    text-align: center;
}

.swiper {
    background: #2b2b2b;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    max-width: 300px;
    width: 300px;
    height: 400px;
  }

  .swiper-slide img {
    display: block;
    width: 300px;
    height: 400px;
  }

@media(max-width:600px){
    .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
      }
}

.titleSection{
  margin-top: 50px;
}