.founder-section {
  width: 100%;
  background: hsl(0, 0%, 95%);
  padding: 104px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.founder-word {
  display: flex;
  flex-direction: column;
  width: 550px;
  gap: 48px;
  position: relative;
}

.founder-quotation-mark {
  font-family: 'Inter';
  font-size: 100px;
  margin: 0;
  margin-left: -48px;
  line-height: 16px;
  font-weight: 700;
}

.founder-quote-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.founder-quote {
  font-family: 'Sen';
  font-size: 30px;
  margin: 0;
}

.founder-metadata {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.founder-name {
  font-family: 'Sen';
  font-weight: 900;
  margin: 0;
  font-size: 20px;
}

.founder-desc {
  font-family: 'Inter';
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  color: #aaa;
}

.founder-image {
  width: 560px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1080px) {
  .founder-section {
    flex-direction: column-reverse;
    padding: 88px 0px;
    gap: 48px;
  }

  .founder-image {
    width: 75%;
  }

  .founder-word {
    width: 75%;
  }

  .founder-quotation-mark {
    font-family: 'Inter';
    font-size: 80px;
    margin: 0;
    margin-left: -24px;
    line-height: 16px;
    font-weight: 700;
  }

  .founder-quote-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .founder-quote {
    font-size: 24px;
  }
}
