body {
  margin: 0;
  padding: 0;
}

h2,
h4 {
  font-weight: normal;
}

#persons {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#persons .swiper-container {
  padding-bottom: 60px;
}

#persons .swiper-slide {
  width: 500px;
  height: 450px;background: #FFFFFF;
box-shadow: 0px 8px 40px 0px rgba(9, 25, 40, 0.1); padding: 25px;box-sizing: border-box; display: table-cell; 
     vertical-align: middle;
     text-align: center;
}

#persons .swiper-slide .text {
  position: absolute;
  left: 15%;
  top: 20%;
  width: 90%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#persons .swiper-slide img{   
  position: relative;
  vertical-align: middle; 
}  
#persons .swiper-slide span{   
  height: 100%;
  width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}  

#persons .swiper-slide img {max-width: 100%; height: auto; max-height: 400px; vertical-align:middle;

}

#persons .swiper-slide h2 {
  float: left;
  padding-top: 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

#persons .swiper-slide h4 {
  float: left;
  margin: 0;
  width: 60%;
  font-size: 16px;
}

#persons .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#persons .swiper-button-prev {
  left: -30px;
  top: 40%;
  width: 45px;
  height: 45px;;background: url(../images/zzz.png) no-repeat;background-color: rgba(220, 223, 226, 0.9);
    color: #333; border-radius: 50%;transition: all 0.5s ease 0s;
}

#persons .swiper-button-prev:hover {
 background-color: rgba(23, 191, 130, 0.9);
}
#persons .swiper-button-next:hover {
 background-color: rgba(23, 191, 130, 0.9);
}

#persons .swiper-button-next {
  right: -30px;
  top: 40%;
  width: 45px;
  height: 45px; background: url(../images/yyy.png) no-repeat;   background-color: rgba(220, 223, 226, 0.9);border-radius: 50%;transition: all 0.5s ease 0s;
}