/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.landing-founder-section {
  color: #fff;
  background: linear-gradient(180deg, #5857F9 0%, #0D0D26 156.35%);
  margin-right: 20px;
  margin-top: 30px;
  padding: 30px 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .landing-founder-section {
    margin-right: 50px;
    padding: 50px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-founder-section {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-founder-section {
    padding: 70px 40px;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-founder-section {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-founder-section {
    padding: 90px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper {
    display: -ms-flex;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-founder-section .landing-founder-section-wrapper {
    gap: 50px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-founder-section .landing-founder-section-wrapper {
    gap: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-heading-wrap {
    display: none;
  }
}
.landing-founder-section .landing-founder-section-wrapper .founder-heading {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.265;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-heading {
    font-size: 20px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-heading {
    font-size: 30px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-heading {
    font-size: 38px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-heading {
    font-size: 42px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-heading {
    font-size: 50px;
    line-height: 1.265;
    font-weight: 700;
    letter-spacing: normal;
  }
}
.landing-founder-section .landing-founder-section-wrapper .founder-left {
  width: 100%;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-left {
    flex: 0 0 39.5%;
    max-width: 39.5%;
  }
}
.landing-founder-section .landing-founder-section-wrapper .founder-left picture {
  display: inline-block;
  width: 100%;
}
.landing-founder-section .landing-founder-section-wrapper .founder-left picture img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.landing-founder-section .landing-founder-section-wrapper .founder-left picture img.mobile-hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-left picture img.mobile-hide {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-left picture img.desktop-hide {
    display: none;
  }
}
.landing-founder-section .landing-founder-section-wrapper .founder-right {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right {
    justify-content: center;
  }
}
.landing-founder-section .landing-founder-section-wrapper .founder-right .founder-heading {
  width: 100%;
  text-align: left;
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right .founder-heading {
    margin-bottom: 30px;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right .founder-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right .founder-heading {
    margin-bottom: 70px;
  }
}
.landing-founder-section .landing-founder-section-wrapper .founder-right .founder-content {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right .founder-content {
    margin-top: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right .founder-content {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-founder-section .landing-founder-section-wrapper .founder-right .founder-content {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: normal;
    margin-top: 20px;
  }
}/*# sourceMappingURL=landing_founder.css.map */