.staff-members-block .staff-member-wrapper {
  padding: 15px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 48, 87, 0.1);
  height: 100%;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.staff-members-block .staff-member-wrapper .staff-member-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.staff-members-block .staff-member-wrapper .staff-member-image {
  transition: transform 0.4s ease;
  display: block;
  border-radius: 10px;
}
.staff-members-block .staff-member-wrapper .staff-member-name {
  margin-top: 8px;
  color: #003057 !important;
}
.staff-members-block .staff-member-wrapper .staff-member-title {
  line-height: 1rem !important;
  margin-bottom: 5px;
}
.staff-members-block .staff-member-wrapper:hover .staff-member-image {
  transform: scale(1.05);
}
.staff-members-block .staff-member-wrapper a {
  text-decoration: none !important;
}/*# sourceMappingURL=custom2025.css.map */