/* Nav Selectors */
.c-desktop-menu__item--about, .c-footer__item--about {
  font-weight:700;
}
.c-mobile-menu__item--about {
  background:var(--fire);
  font-weight:700;
}
.c-mobile-menu__item--about .c-mobile-menu__icon {
  color:var(--white);
}

.c-about {
  background-image: url('https://cdn.fbhl.com/fbis/get-to-know-us-stock-photo.png');
  background-size: cover;
  background-position: 75%;
  color:var(--white);
  padding-block:var(--space-xl);
}

.c-about__content {
  line-height: 1.6;
}

.c-about__profile {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: var(--space-s) auto;
  font-family: sans-serif;
  border: 2px solid var(--cloud);
  padding: var(--space-m);
  border-radius: 8px;
}

.c-about-profile__img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: var(--space-m);
  margin-bottom: var(--space-s);
}

.c-about-profile__info {
  flex: 1;
  flex-basis:325px;
}

.c-about-profile__header {
  text-wrap:balance;
}

.c-about-profile__name {
  font-size: var(--step-2);
  font-weight:600;
  margin-right:var(--space-2xs);
}

.c-about-profile__title {
  color: var(--medallion);
  font-size: var(--step-1);
  font-weight:500;
}
  