.section-flywheel {
  z-index: 2;
}
.section-flywheel .block-content-section {
  background: #FFF;
}

.flywheel-image img {
  max-width: 100%;
  display: inline-block;
}

.section-team .block-content-section {
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
@media (min-width: 992px) {
  .section-team .section-title {
    font-size: 1.875rem;
  }
}
.section-team .team-item {
  background: #2b374a;
}
@media (min-width: 992px) {
  .section-team .swiper-button {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/assets/images/sections/arrows-white.png");
  }
}

.team-image {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.team-infos {
  position: relative;
}

.team-name {
  font-family: "TitilliumWebBold", arial;
  font-size: 1.25rem;
  line-height: 1em;
  display: block;
}

.team-profession {
  display: block;
}

.team-description p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .content-navigation {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 25px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .content-navigation {
    bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .content-navigation {
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .content-navigation .swiper-button-prev {
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .content-navigation .swiper-button-prev {
    left: 40px;
  }
}
@media (min-width: 1400px) {
  .content-navigation .swiper-button-prev {
    left: 40px;
  }
}
@media (min-width: 992px) {
  .content-navigation .swiper-button-next {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .content-navigation .swiper-button-next {
    right: 60px;
  }
}
@media (min-width: 1400px) {
  .content-navigation .swiper-button-next {
    right: 100px;
  }
}