.image-buttons {
  justify-content: space-between;
  align-items: center;
  gap: 3em;
}
.image-buttons .wp-block-group {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  transition: var(--base-transition) !important;
  border-radius: 25px;
}
.image-buttons .wp-block-group:hover {
  opacity: 1 !important;
  transform: translateY(-2px);
  box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.25);
  filter: brightness(1.2);
}
.image-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  min-height: 300px;
  overflow: hidden;
  padding: 25px;
  opacity: 1 !important;
}
.image-buttons a p {
  margin-bottom: 5px !important;
}
.image-buttons a * {
  color: white;
}

.employee-grid {
  gap: 2em;
}
.employee-grid .team-member {
  background-color: white;
  border-radius: 25px;
  padding: 25px !important;
  align-items: center;
  gap: 2em;
}
.employee-grid .team-member figure {
  min-width: 200px;
  max-height: 400px;
  min-height: 350px;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.employee-grid .team-member figure img {
  height: 100%;
  width: 100%;
  min-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-grid .team-member .is-vertical h2 {
  line-height: 1.25;
  font-size: 2em !important;
  margin-bottom: 8px;
}
.employee-grid .team-member .is-vertical h3 {
  line-height: 1.25;
  font-size: 1.35em !important;
}
.employee-grid .team-member .is-vertical p {
  font-size: 0.9rem;
  margin-bottom: 0;
}/*# sourceMappingURL=about-us.css.map */