.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {

      width: 240px;
      height: 390px;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: block;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.content-info-img {height: 180px; width: 240px;}
.content-info-img img {width: 240px;}
.content-info .content-text {padding: 0px 10px; text-align: left;}
.content-info h3 {color: #369; }
.content-info p { font-size: 13px}
.right-text { text-align: right !important;}
.content-text a { font-size: 14px;}
