/* Colors */
/* Responsive */
#page .site-content section .team {
  padding: 30px 0 100px 0;
  background: #252525;
}
@media screen and (max-width: 768px) {
  #page .site-content section .team {
    padding: 30px 0 50px 0;
  }
}
#page .site-content section .team .heading {
  margin-left: 10%;
  color: white;
  font-weight: 600;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #page .site-content section .team .heading {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page .site-content section .team .teams-strip .teams-slider .swiper-wrapper .swiper-slide {
    height: 230px;
  }
}
