.teamOverviewBlock {
  margin: 10vw 0;
}
.teamOverviewBlock .team {
  margin-bottom: -5vw;
}
.teamOverviewBlock .team.mobile {
  display: none;
}
.teamOverviewBlock .team .memberWrapper {
  display: inline-block;
  vertical-align: top;
  width: 45.5vw;
}
.teamOverviewBlock .team .memberWrapper .member {
  margin-right: 1vw;
  margin-left: 0;
}
.teamOverviewBlock .team .memberWrapper .member:last-child {
  margin-right: 0;
}
.teamOverviewBlock .team .textWrapper {
  display: inline-block;
  padding-left: 8.75vw;
  width: 31vw;
  vertical-align: top;
}
.teamOverviewBlock .team .textWrapper .subTitle {
  margin-bottom: 1.25vw;
}
.teamOverviewBlock .team .textWrapper .text {
  margin-top: 1.25vw;
}
.teamOverviewBlock .team .emptyCol {
  display: inline-block;
  margin: 0 0.5vw;
  vertical-align: middle;
  width: 22.25vw;
}
.teamOverviewBlock .team .column {
  margin-left: -0.5vw;
  width: calc(100% + 1vw);
}
.teamOverviewBlock .team .member {
  display: inline-block;
  height: auto;
  margin: 0 0.5vw;
  margin-bottom: 5vw;
  vertical-align: middle;
  width: 22.25vw;
}
.teamOverviewBlock .team .member .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-top-right-radius: 0.5vw;
  -webkit-border-bottom-right-radius: 0.5vw;
  -webkit-border-bottom-left-radius: 0.5vw;
  -webkit-border-top-left-radius: 0.5vw;
  -moz-border-radius-topright: 0.5vw;
  -moz-border-radius-bottomright: 0.5vw;
  -moz-border-radius-bottomleft: 0.5vw;
  -moz-border-radius-topleft: 0.5vw;
  border-top-right-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
  border-bottom-left-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.teamOverviewBlock .team .member .image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.teamOverviewBlock .team .member .memberInfo {
  margin-top: 0.875vw;
}
@media all and (max-width: 1080px) {
  .teamOverviewBlock {
    margin: 14.814vw 0;
  }
  .teamOverviewBlock .team {
    margin-bottom: -7.407vw;
  }
  .teamOverviewBlock .team .memberWrapper {
    width: 66.6666%;
  }
  .teamOverviewBlock .team .memberWrapper .innerWrapper {
    margin-left: -0.741vw;
    width: calc(100% + 1.481vw);
  }
  .teamOverviewBlock .team .memberWrapper .member {
    margin-left: 0.741vw;
    margin-right: 0.741vw;
    width: calc(50% - 1.481vw);
  }
  .teamOverviewBlock .team .textWrapper {
    padding-left: 1.481vw;
    width: 33.3333%;
  }
  .teamOverviewBlock .team .textWrapper .subTitle {
    margin-bottom: 1.852vw;
  }
  .teamOverviewBlock .team .textWrapper .text {
    margin-top: 1.852vw;
  }
  .teamOverviewBlock .team .emptyCol {
    display: none;
  }
  .teamOverviewBlock .team .column {
    margin-left: -0.741vw;
    width: calc(100% + 1.481vw);
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .teamOverviewBlock .team .column:last-child {
    margin-bottom: -7.407vw;
  }
  .teamOverviewBlock .team .member {
    margin: 0 0.741vw;
    margin-bottom: 7.407vw;
    width: calc(33.3333% - 1.481vw);
  }
  .teamOverviewBlock .team .member .image {
    -webkit-border-top-right-radius: 0.741vw;
    -webkit-border-bottom-right-radius: 0.741vw;
    -webkit-border-bottom-left-radius: 0.741vw;
    -webkit-border-top-left-radius: 0.741vw;
    -moz-border-radius-topright: 0.741vw;
    -moz-border-radius-bottomright: 0.741vw;
    -moz-border-radius-bottomleft: 0.741vw;
    -moz-border-radius-topleft: 0.741vw;
    border-top-right-radius: 0.741vw;
    border-bottom-right-radius: 0.741vw;
    border-bottom-left-radius: 0.741vw;
    border-top-left-radius: 0.741vw;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .teamOverviewBlock .team .member .memberInfo {
    margin-top: 1.296vw;
  }
}
@media all and (max-width: 580px) {
  .teamOverviewBlock {
    margin: 22.586vw 0;
  }
  .teamOverviewBlock .team {
    display: none;
    margin-bottom: -13.793vw;
  }
  .teamOverviewBlock .team.mobile {
    display: block;
  }
  .teamOverviewBlock .team .textWrapper {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin-bottom: 13.793vw;
    padding-left: 0;
    width: 100%;
  }
  .teamOverviewBlock .team .textWrapper .subTitle {
    margin-bottom: 3.448vw;
  }
  .teamOverviewBlock .team .textWrapper .textTitle {
    max-width: 61.379vw;
  }
  .teamOverviewBlock .team .textWrapper .text {
    margin-top: 3.448vw;
  }
  .teamOverviewBlock .team .emptyCol {
    display: none;
  }
  .teamOverviewBlock .team .members {
    margin-left: -1.379vw;
    width: calc(100% + 2.759vw);
    margin-bottom: -13.793vw;
  }
  .teamOverviewBlock .team .member {
    margin: 0 1.379vw;
    margin-bottom: 13.793vw;
    width: calc(50% - 2.759vw);
  }
  .teamOverviewBlock .team .member .image {
    -webkit-border-top-right-radius: 1.379vw;
    -webkit-border-bottom-right-radius: 1.379vw;
    -webkit-border-bottom-left-radius: 1.379vw;
    -webkit-border-top-left-radius: 1.379vw;
    -moz-border-radius-topright: 1.379vw;
    -moz-border-radius-bottomright: 1.379vw;
    -moz-border-radius-bottomleft: 1.379vw;
    -moz-border-radius-topleft: 1.379vw;
    border-top-right-radius: 1.379vw;
    border-bottom-right-radius: 1.379vw;
    border-bottom-left-radius: 1.379vw;
    border-top-left-radius: 1.379vw;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .teamOverviewBlock .team .member .memberInfo {
    margin-top: 2.414vw;
  }
}
