.founder {
  position: relative;
}

.founder-hero-line__base {
  pointer-events: auto;
  color: var(--black);
  line-height: 1;
  z-index: 2;
}

.founder-hero-line--top {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
}

.founder-hero-line--bottom {
  position: absolute;
  bottom: 41px;
  right: 39px;
  z-index: 2;
}

.founder-container {
  position: relative;
  padding-top: 7.422vw;
  width: 86.667vw;
  height: auto;
}

.founder-img-container {
  position: relative;
  width: 49%;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.founder-visual {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  bottom: 0;
  width: 100%;
  height: fit-content;
  pointer-events: none;
}

.founder-visual .photo {
  scale: 1.07;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.founder-title {
  height: 8.54vw;
}

.founder-title-top {
  position: absolute;
  left: -23.1vw;
  top: -6.5vw;
  z-index: 2;
}

.founder-title-bottom {
  position: absolute;
  bottom: 41px;
  right: -20.96vw;
  z-index: 2;
}

.founder-title-tablet, 
.founder-title-mobile {
  display: none;
}

.founder-text {
  position: absolute;
  z-index: 2;
  max-width: clamp(254px, -66.00px + 25.00vw, 294px);
}

.founder-text-left {
  top: 3.72vw;
  left: -23.1vw;
}

.founder-text-right {
  bottom: 12.3vw;
  right: -22.6vw;
}

@media (min-width: 1921px) {
  .founder-text {
    max-width: 414px;
  }
}

@media (max-width: 1920px) {

  .founder-text {
    max-width: clamp(200px, 25vw - 66px, 414px);
  }
}
@media (max-width: 1280px) {
  .founder-text {
    max-width: clamp(197px, 19.844vw, 254px);
  }

  .founder-container {
    width: 85vw;
  }

  .founder-img-container {
    width: 41.406vw;
  }

  .founder-title {
    height: 7.969vw;
  }

  .founder-title-top {
    left: -21.5vw;
    top: -6.0vw;
  }

  .founder-title-bottom {
    right: -19.5vw;
  }

  .founder-text-left {
    left: -21.5vw;
  }
}

@media (max-width: 1024px) {

  .founder-text {
    width: clamp(344px, 20px + 42.19vw, 452px);
    max-width: clamp(344px, 20px + 42.19vw, 452px);
  }

  .founder-container {
    width: 100%;
  }

  .founder-title-tablet {
    display: block;
    position: absolute;
    z-index: 2;
    height: 18.066vw;
    top: -4.59vw;
    left: -46.2vw;
  }

  .founder-title-mobile, 
  .founder-title-bottom, 
  .founder-title-top {
    display: none;
  }

  .founder-img-container {
    right: 0;
    bottom: 16px;
    transform: none;
  }

  .founder-text-right {
    text-transform: uppercase;
    font-weight: 600;
    bottom: 164px;
    left: -45vw;
  }

  .founder-text-left {
    left: -45vw;
    top: unset;
    bottom: 16px;
  }

}

@media (max-width: 768px) {

  .founder-title-tablet {
    display: block;
    height: 18.066vw;
    top: -4.65vw;
    right: -20.5vw;
  }

  .body-t3-t5 {
    font-size: clamp(10px, 0.0px + 2.08vw, 16px);
  }

  .founder-text {
    max-width: min(452px, 100%, 44.792vw);
  }

  .founder-img-container {
    margin-right: 0;
  }

  .founder-text-right {
    text-transform: uppercase;
    font-weight: 600;
    bottom: 22.786vw;
    left: -45vw;
  }

  .founder-text-left {
    bottom: 2.083vw;
  }
}

@media (max-width: 480px) {
  .founder-title-tablet {
    display: none;
  }

  .body-t3-t5 {
    font-size: 16px;
  }

  .founder-container {
    padding-top: 24.533vw;
  }

  .founder-title-mobile {
    display: block;
    position: absolute;
    z-index: 2;
    height: 25.867vw;
    top: -20.63vw;
  }

  .founder-text {
    position: initial;
    max-width: clamp(150px, 14.55px + 90.30vw, 448px);
    width: 100%;
  }

  .founder-text-right {
    position: initial;
    padding-block: 32px 8px;
  }

  .founder-img-container {
    width: 100%;
    left: unset;
  }
}