.content {
  font-size: 0;
  text-align: center;
  /*height: 1200px;*/
  overflow: hidden;
}

.content .item {
  display: inline-block;
  width: 35%;
  padding: 0 7%;
  margin-bottom: 173px;
  text-align: center;
  float: left;
}
.content .item .title {
  display: inline-block;
  margin-bottom: 30px;
  width: 200px;
  height: 200px;
  font-size: 36px;
  line-height: 200px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #739458;
}
.photos {
  position: relative;
  height: 412px;
  padding: 146px 0 105px;
  overflow: hidden;
  background: url(../img/brand.png) no-repeat;
  background-size: 100%;
  background-color: rgba(0,0,0,.8);
}
.photos .inner {
  margin: 0 200px;
}
.swiper-slide {
  margin-bottom: 24px;
  border: 10px solid transparent;
  box-sizing: border-box;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../img/arrow_l.png);
  background-size: 30%,30%;
  left: 8%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/arrow_r.png);
  right: 8%;
  background-size: 30%,30%;
}
.swiper-button-next, .swiper-button-prev{
  width: 50px;
  height: 50px;
  margin-top: -0.25rem;
  background-color: #ccc;
  border-radius: 25px;
}
