.founder-section {
  width: 100%;
}
.founder-section .section__inner {
  width: 100%;
}
.founder-section .section__content {
  width: 100%;
}
.founder-section .founder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.4rem;
}
.founder-section .founder .founder__photo-wrap {
  width: 100%;
  position: relative;
}
.founder-section .founder .founder__photo {
  display: block;
  width: 100%;
  height: auto;
}
.founder-section .founder .founder__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 2.8rem;
}
.founder-section .founder .founder__name {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-regular);
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.2;
}
.founder-section .founder .founder__subtitle {
  font-weight: var(--font-weight-regular);
  font-size: 2.4rem;
  opacity: 0.4;
  line-height: 1.3;
  display: block;
  margin-top: 0.6rem;
}
.founder-section .founder .founder__description {
  line-height: 1.5;
  margin-top: 2.4rem;
}

/*  */

@media (width >= 1200px) {
  .founder-section .founder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8rem;
  }
  .founder-section .founder .founder__info {
    padding: 0;
    padding-right: 8rem;
  }
  .founder-section .founder .founder__name {
    font-size: 6rem;
  }
}
