.box-partner {
	width:100%;
	display:inline-block;
	margin-bottom:33px;
	}
.swiper-container {
    }
.box-partner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -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;
	  width:auto;
	  margin-right:35px;
    }	
@media screen and (min-width: 960px) {
.box-partner {
	margin-bottom:73px;
	}
.box-partner .swiper-slide { margin-right:65px;}	
	}
