.headshot-item {
  background-color: #FFFFFF;
  margin: 10px 0px;
  min-height: min-content;
  border: 1px solid #dadada;
  box-shadow: 6px 8px 16px 0 rgba(15, 15, 15, 0.24);
}
.headshot-item .headshot-item-content {
  margin: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.headshot-item .title p,
.headshot-item .name p,
.headshot-item .profile-link p {
  margin-bottom: 0px;
}
.headshot-item p.title {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.41rem;
  color: #555;
}
.headshot-item h4 {
  font-family: bely, sans-serif;
  font-size: 1.938rem;
  color: #0F0F0F;
}
.headshot-item .profile-link {
  font-family: neuzeit-grotesk, sans-serif;
  color: #0F0F0F;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #ad3e00;
  margin-top: auto;
}
.headshot-item .profile-link:hover {
  text-decoration: none;
  color: #E65300;
}
.headshot-item .profile-link .fass,
.headshot-item .profile-link .fa-solid.fa-sharp {
  color: #E65300;
}
.headshot-item img {
  width: 180px;
  height: 240px;
}
.headshot-item-link:hover {
  text-decoration: none !important;
}
