.view-our-people .views-view-responsive-grid__item-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  gap: 5px;
  width: 340px;
}

.profile-details-wrapper {
  display: flex;
  width: 100%;
  max-width: 228px;
  flex-direction: column;
  gap: 5px;
}

.sm-profile-image {
  margin-right: 10px;
  width: 102px;
  height: 100%;
}

.sm-profile-image img {
  border: 1px solid var(--border-gray);
}

.sm-profile-name, .sm-profile-position, .sm-profile-email {
 width: 100%;
}

.sm-profile-name {
  font-weight: 600;
}

.sm-profile-position {
  font-size: 1rem;
  line-height: 1.6rem;
}

#profile-wrapper {
  display: flex;
  gap: 40px;
}

#profile-image-wrapper {
  width: 175px;
  max-width: 175px;
  flex-grow: 0
}

#profile-image-wrapper img {
  width: 173px;
  border: 1px solid var(--border-gray);
}

#profile-content-wrapper {
  flex-grow: 1;
  line-height: 1.5rem;
}

.profile-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
}

.profile-pronouns {
  font-weight: normal;
  font-size: 1rem;
  display: inline;
}

.profile-position {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-degrees {
  margin-bottom: 10px;
}

.profile-biography>div, .profile-selected-publications>div, .profile-subject-area>div {
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
