.wp-block-team-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
  gap: 3.4285714286vw;
}

.wp-block-team > .image {
  padding: 2vw;
  box-sizing: border-box;
}

.wp-block-team-wrapper article .card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.wp-block-team-wrapper article .card .image {
  display: flex;
  align-items: center;
  height: 100%;
  aspect-ratio: 1/1;
}

.wp-block-team-wrapper article .card .bottom {
  bottom: 0;
  min-height: 30px;
  padding: 1.25em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  min-width: calc(100% - 2.5em);
  flex-grow: 1;
  gap: 12px;
}

.wp-block-team-wrapper article .card .bottom .info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wp-block-team-wrapper article .card .bottom .heading {
  font-size: 1.25em;
}

.wp-block-team-wrapper article .card .bottom .subheading {
  font-size: 0.875em;
}

.wp-block-team-wrapper article .card .bottom .social {
  width: 24px;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .wp-block-team-wrapper {
    display: grid;
  }
  .wp-block-team-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1125vw;
  }
  .wp-block-team-wrapper article .card {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 880px) {
  .wp-block-team-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-team-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1400px) {
  .wp-block-team-wrapper {
    width: 80vw;
    max-width: 80vw;
  }
}
.wp-block-paragraph {
  margin-bottom: 3.4285714286vw;
  margin-left: auto;
  margin-right: auto;
  width: 93.1428571429vw;
  max-width: 840px;
}

.wp-block-paragraph p {
  line-height: 1.4em;
}

@media only screen and (min-width: 1400px) {
  .wp-block-paragraph {
    width: 60vw;
    max-width: 60vw;
  }
}
