<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-block-23 {padding-top: 100px;padding-bottom: 100px;}

.custom-block-23 .col-md-3{
  margin-bottom: 30px;
}

.custom-block-23 .staff-member {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.custom-block-23 h3,.custom-block-23 p {text-align: center;}
.custom-block-23 p {font-size: 14px;}
.custom-block-23 .staff-member img {
  width: 100%;
  transition: transform 0.3s ease;
  aspect-ratio: 30 / 40;
  object-fit: cover;
  filter: grayscale(1);
  margin-bottom: 20px;
  object-position: top;
}

.custom-block-23 .staff-member:hover img {
    transform: scale(1.1);
}

.custom-block-23 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(165, 42, 42, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-block-23 .staff-member:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.custom-block-23 .read-bio-link {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white !important;
    width: 100%;
height: 100%;
line-height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.custom-block-23 .read-bio-link  svg{
    margin-left: 10px;
}
.custom-block-23 .staff-info {
    background-color: rgba(165, 42, 42, 0.7);
    color: white;
    padding: 10px 0;
}

.custom-block-23 .block-text {text-align: center;font-size: 18px;margin-bottom: 30px;}



@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
  .custom-block-23 {padding-top: 80px;padding-bottom: 80px;}
  .custom-block-23 h3{
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .custom-block-23 .staff-member img {
    margin-bottom: 5px;
  }
}

@media (max-width: 575.98px) {

  .custom-block-23 {padding-top: 60px;padding-bottom: 60px;}
  .custom-block-23 h3{
    font-size: 18px;
  }
}
</pre></body></html>