:root {
  --background: #FFFBF5;
  --text: #000000;
  --padding: clamp(1rem, 5.5vw, 8rem);
  --padding-top: calc(var(--padding) * 0.75);
}

@media (max-width: 1024px) {
  :root {
    --padding-top: 3rem;
  }
}

.about_founders {
  position: relative;
  padding: 91px 0px 100px;
}

@media (max-width: 1040px) {
  .about_founders {
    padding: 41px 0px 50px;
  }
}

@media (max-width: 690px) {
  .about_founders {
    padding: 40px 0px 40px;
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_top {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

@media (max-width: 768px) {
  .about_founders .about_founders__wrap .about_founders__wrap_top {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_top h2 {
  font-size: 42px;
  line-height: 1;
  flex: 1 400px;
}

@media (max-width: 520px) {
  .about_founders .about_founders__wrap .about_founders__wrap_top h2 {
    font-size: 36px;
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_top h2 * {
  font-weight: 500;
}

.about_founders .about_founders__wrap .about_founders__wrap_top .wrap_top__description {
  flex: 1 390px;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .about_founders .about_founders__wrap .about_founders__wrap_top .wrap_top__description {
    font-size: 18px;
    line-height: 1.1;
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_top .wrap_top__description:last-child {
  flex: 1 399px;
}

.about_founders .about_founders__wrap .about_founders__wrap_images {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 47px;
}

@media (max-width: 991px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 690px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images {
    gap: 15px;
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__left {
  position: relative;
  top: -61px;
}

@media (max-width: 991px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__left {
    top: 0px;
    order: -1;
  }
}

@media (max-width: 690px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__left {
    flex: 1 calc(50% - 20px);
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__left img {
  width: 100%;
  height: 100%;
  max-width: 307px;
  max-height: 389px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2px;
  overflow: hidden;
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle {
  padding-top: 49px;
}

@media (max-width: 991px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle {
    flex: 1 100%;
    text-align: center;
    padding-top: 0px;
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle .wrap_images__middle_image {
  border-radius: 2px;
  overflow: hidden;
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle .wrap_images__middle_image img {
  width: 100%;
  height: 100%;
  max-width: 582px;
  max-height: 399px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle .wrap_images__middle_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle .wrap_images__middle_links .link {
  flex: 1 auto;
  text-align: center;
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle .wrap_images__middle_links .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 20px;
  line-height: 1.1;
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__middle .wrap_images__middle_links .link a span {
  font-weight: 500;
}

@media (max-width: 991px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__right {
    order: -1;
    max-height: 389px;
  }
}

@media (max-width: 690px) {
  .about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__right {
    flex: 1 calc(50% - 20px);
  }
}

.about_founders .about_founders__wrap .about_founders__wrap_images .wrap_images__right img {
  width: 100%;
  height: 100%;
  max-width: 302px;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2px;
  overflow: hidden;
}
