.acf-block-preview section .grid {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
  flex-wrap: wrap;
}

.acf-block-preview section .grid>.unit {
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.acf-block-preview section .m-wrap-4 {
  align-items: stretch;
  flex-direction: row;
}

.acf-block-preview section .m-wrap-4 .unit {
  width: 50%;
}

.acf-block-preview section .gutters-m {
  margin: 0 -15px 0 -15px;
}

.acf-block-preview section .gutters-m>.unit {
  padding: 15px;
}

.acf-block-preview section .a-half-m-3-4 .unit {
  width: 50%;
}

.acf-block-preview section .mentors a {
  display: block;
  text-decoration: none;
}

.acf-block-preview section .mentors figure {
  margin: 0;
  border-radius: 50%;
}

.acf-block-preview section .mentors figure img {
  border-radius: 50%;
}

.acf-block-preview section .mentors p {
  line-height: 1.3;
  text-align: center;
}

.acf-block-preview section .mentors .mentors__name {
  color: #000;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0.5em;
}

.acf-block-preview section .mentors .mentors__title {
  color: #818181;
  font-size: 12px;
  margin: 0 0 0.5em;
}

.acf-block-preview section .mentors .mentors__type {
  color: #000;
  font-size: 12px;
  margin: 0 0 1.5em;
}

.acf-block-preview section .mentors .person {
  text-align: center;
  margin: 20px 0;
}

.acf-block-preview section .mentors .person::before {
  content: none;
  height: 0px;
  width: 0px;
}

.acf-block-preview section .mentors .person .person-title {
  margin-top: 12px;
}

.acf-block-preview section .mentors .person img {
  filter: saturate(0);
  transition: 0.15s all cubic-bezier(0.1, 0.46, 0.32, 0.9);
}

.acf-block-preview section .mentors .person:hover img,
.acf-block-preview section .mentors .person:active img,
.acf-block-preview section .mentors .person:focus img {
  filter: saturate(1);
}

@media(min-width: 768px) {
  .acf-block-preview section .a-half-m-3-4 .unit {
    width: 25%;
  }
}

@media(min-width: 980px) {
  .acf-block-preview section .m-wrap-4 .unit {
    width: 25%;
  }

  .acf-block-preview section .gutters-m {
    margin: 0 -30px 0 -30px;
  }

  .acf-block-preview section .gutters-m>.unit {
    padding: 30px;
  }

  .acf-block-preview section .mentors .mentors__name {
    font-size: 18px;
  }

  .acf-block-preview section .mentors .mentors__title {
    font-size: 16px;
  }

  .acf-block-preview section .mentors .mentors__type {
    font-size: 16px;
  }
}

@media(min-width: 1400px) {
  .acf-block-preview section .mentors .mentors__name {
    font-size: 22px;
  }

  .acf-block-preview section .mentors .mentors__title {
    font-size: 20px;
  }

  .acf-block-preview section .mentors .mentors__type {
    font-size: 20px;
  }
}