.founders-desk-hero {
  background: #000000;
  height: 909px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0 0 80px 80px;
}

.founders-desk-hero__eyebrow {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #0073E4;
  text-transform: uppercase;
  margin: 0;
}

.founders-desk-hero__title {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1%;
  color: #E0E0E0;
  margin: 16px 0 0;
  max-width: 920px;
}

.founders-desk-hero__title .founders-desk-hero__gradient {
  background: linear-gradient(
    90deg,
    #0091FF 0%,
    #FF02F0 25%,
    #FF8635 50%,
    #6647F0 75%,
    #0091FF 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.founders-desk-hero__visual {
  margin-top: 24px;
  width: 100%;
  max-width: 1100px;
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founders-desk-hero__visual picture,
.founders-desk-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .founders-desk-hero {
    height: 710px;
    padding: 40px 24px 40px;
  }

  .founders-desk-hero__title {
    max-width: 720px;
  }
}

@media (max-width: 1024px) and (min-width: 787px) {
  .founders-desk-hero__title {
    max-width: none;
  }

  .founders-desk-hero__gradient {
    display: block;
  }

  .founders-desk-hero__title-line {
    display: block;
    white-space: nowrap;
  }

  .founders-desk-hero__title-line br {
    display: none;
  }
}

@media (max-width: 786px) {
  .founders-desk-hero {
    height: 679px;
    padding: 40px 24px 40px;
  }

  .founders-desk-hero__title {
    font-size: 36px;
    max-width: 640px;
  }
}

@media (max-width: 500px) {
  .founders-desk-hero {
    height: 475px;
    padding: 40px 16px 24px;
    border-radius: 0 0 40px 40px;
  }

  .founders-desk-hero__title {
    font-size: 28px;
    max-width: 100%;
    margin-top: 12px;
  }

  .founders-desk-hero__gradient {
    display: block;
  }

  .founders-desk-hero__title-line br {
    display: none;
  }

  .founders-desk-hero__visual {
    margin-top: 16px;
  }
}

.founders-desk-letter {
  padding: 40px 92px;
}

.founders-desk-letter__inner {
  max-width: 920px;
  margin: 0 auto;
}

.founders-desk-letter__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.founders-desk-letter__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.founders-desk-letter__identity {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.founders-desk-letter__name {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 1%;
  color: #232323;
  margin: 0;
}

.founders-desk-letter__role {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #333333;
  margin: 0;
}

.founders-desk-letter__body {
  margin-top: 40px;
}

.founders-desk-letter__body h2,
.founders-desk-letter__body h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 1%;
  color: #232323;
  margin: 40px 0 12px;
}

.founders-desk-letter__body h2:first-child,
.founders-desk-letter__body h3:first-child {
  margin-top: 0;
}

.founders-desk-letter__body p {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1%;
  color: #333333;
  margin: 0 0 12px;
}

.founders-desk-letter__body strong {
  font-weight: 700;
}

.founders-desk-letter__body em {
  font-style: italic;
}

.founders-desk-letter__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 786px) {
  .founders-desk-letter {
    padding:40px;
  }

  .founders-desk-letter__name {
    font-size: 32px;
  }

  .founders-desk-letter__body h2,
  .founders-desk-letter__body h3 {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .founders-desk-letter {
    padding: 24px 16px 40px;
  }

  .founders-desk-letter__avatar {
    width: 64px;
    height: 64px;
  }

  .founders-desk-letter__name,
  .founders-desk-letter__body h2,
  .founders-desk-letter__body h3 {
    font-size: 24px;
  }

  .founders-desk-letter__body h2,
  .founders-desk-letter__body h3 {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .founders-desk-letter__role {
    font-size: 16px;
  }

  .founders-desk-letter__body {
    margin-top: 24px;
  }

  .founders-desk-letter__body p {
    font-size: 16px;
  }
}
