/* global fonts already loaded */

.about-wrapper {
  background: #f3f3f3;          /* soft grey back-drop */
  padding: 4rem 0 6rem;
  color: #555;
}

.heading-font {
  font-family: "Playfair Display", serif;
  color: #6f6f6f;
}

/* centre everything then override staff card text on md+ */
.intro p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  border-top: 2px solid #6f6f6f;
  max-width: 820px;
  margin: 3rem auto 4rem;
}

.team-card img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .team-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .team-card img {
    width: 200px;
    height: 260px;
    flex-shrink: 0;
  }
}
