@media (max-width: 760px) {
  body .founder {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100% - 18px, 430px) !important;
    gap: 16px !important;
    align-items: stretch !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  body .founder > img {
    width: 100% !important;
    height: clamp(330px, 112vw, 455px) !important;
    max-height: none !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body .founder > div {
    min-width: 0;
    text-align: left;
  }

  html body .founder > div > span {
    display: block;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.12em;
  }

  body .founder h2 {
    max-width: 100% !important;
    margin: 8px 0 10px !important;
    font-size: clamp(1.12rem, 4.3vw, 1.32rem) !important;
    line-height: 1.16 !important;
    text-wrap: balance;
  }

  body .founder p {
    max-width: 100% !important;
    margin: 0 0 14px !important;
    color: #5c6276;
    font-size: clamp(0.9rem, 3.5vw, 1rem) !important;
    line-height: 1.5 !important;
    text-wrap: pretty;
  }

}

@media (min-width: 520px) and (max-width: 760px) {
  body .founder {
    grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1fr) !important;
    width: min(100% - 22px, 700px) !important;
    gap: 14px !important;
  }

  body .founder > img {
    height: 390px !important;
  }

  body .founder h2 {
    font-size: clamp(1.2rem, 3.35vw, 1.65rem) !important;
  }

  body .founder p {
    font-size: clamp(0.9rem, 2.2vw, 1rem) !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  body .founder {
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr) !important;
    width: min(100% - 32px, 920px) !important;
    gap: 22px !important;
    align-items: center !important;
    padding: 22px !important;
  }

  body .founder > img {
    width: 100% !important;
    height: clamp(410px, 50vw, 500px) !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  body .founder h2 {
    max-width: 100% !important;
    margin-bottom: 14px !important;
    font-size: clamp(1.72rem, 3.2vw, 2.25rem) !important;
    line-height: 1.1 !important;
    text-wrap: balance;
  }

  body .founder p {
    max-width: 100% !important;
    margin-bottom: 18px !important;
    font-size: clamp(0.92rem, 1.7vw, 1.08rem) !important;
    line-height: 1.55 !important;
  }

}

@media (max-width: 380px) {
  body .founder {
    width: min(100% - 12px, 430px) !important;
    padding: 12px !important;
  }

  body .founder > img {
    height: clamp(310px, 108vw, 410px) !important;
  }

}
