  @media only screen and (max-width: 600px) {
    body {
      font-size: 14px;
    }
    .title {
      margin: 5px;
      font-size: 16px;
    }
    .swiper-container {
      padding-bottom: 30px;
    }
    .swiper-slide {
      width: 90%;

      height: 510px;
    }
    .slide-img {
      width: 100%;
      height: 50%;
    }
    .slide-img img {
      height: 100%;
    }

    .person-content li {
      margin-top: 10px;
    }
    .person-title, #email {
      display: none;
    }

    .person-content ul {
      left: 50px;
    }

  }
