.company-supervisors__headline {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
}
.company-supervisors__quote {
  min-height: 100px;
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  background: url("img/quotes.svg") no-repeat left center;
  background-size: contain;
}
.company-supervisors__text {
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 18px;
  color: #000;
}
.company-supervisors__slider {
  position: relative;
  overflow: hidden;
}
.company-supervisors__slider-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.company-supervisors__slider-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.company-supervisors__slider-control {
  margin-left: 20px;
  margin-right: 20px;
  position: relative !important;
  background: #92DDD9 !important;
  transform: none !important;
}
@media (min-width: 1200px) {
  .company-supervisors__row {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
  }
  .company-supervisors__col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .company-supervisors__col_left {
    width: 400px;
  }
  .company-supervisors__col_right {
    width: calc(100% - 400px);
  }
  .company-supervisors__quote {
    min-height: unset;
    line-height: 100px;
    font-size: 36px;
  }
  .company-supervisors__text {
    padding-right: 80px;
  }
  .company-supervisors__slider-wrapper {
    max-width: calc(100% - 150px);
    flex-direction: row;
  }
  .company-supervisors__slider-buttons {
    margin-top: 0;
  }
  .company-supervisors__slider-control {
    margin: unset;
    position: absolute !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1500px) {
  .company-supervisors__col_left {
    width: 500px;
  }
  .company-supervisors__col_right {
    width: calc(100% - 500px);
    padding-left: 40px;
  }
}
.company-supervisors__item {
  max-width: 330px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .company-supervisors__item {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .company-supervisors__item {
    max-width: 300px;
  }
}
@media (min-width: 1500px) {
  .company-supervisors__item {
    max-width: 330px;
  }
}
.company-supervisors__person {
  height: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.company-supervisors__person-picture {
  overflow: hidden;
  transition: all 350ms;
}
.company-supervisors__person-picture img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.company-supervisors__person-picture img.clip-circle {
  border-radius: 100%;
}
.company-supervisors__person-picture img.clip-rhombus {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.company-supervisors__person-picture img.clip-polygon {
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}
.company-supervisors__person-picture_type_ceo {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .company-supervisors__person-picture_type_ceo {
    max-width: unset;
  }
}
.company-supervisors__person-ceo_name {
  margin: 20px 0 8px;
  display: none;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
}
.company-supervisors__person-ceo_role {
  display: none;
  font-size: 14px;
  color: #867D7D;
}
@media (min-width: 1200px) {
  .company-supervisors__person-ceo_name {
    display: block;
  }
  .company-supervisors__person-ceo_role {
    display: block;
  }
}
.company-supervisors__person-other_name {
  margin: 20px 0 8px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .company-supervisors__person-other_name {
    font-size: 26px;
  }
}
.company-supervisors__person-other_role {
  font-size: 12px;
  color: #867D7D;
}
