/** Shopify CDN: Minification failed

Line 243:0 Expected "}" to go with "{"

**/
.from-founder-section {
  text-align: center;
  position: relative;
}

/* NEW: top image above the label */
.from-founder__top-image {
  max-width: 400px;
  margin: 0 auto 40px;
}
.from-founder__top-image img {
  display: block;
  width: 100%;
  height: auto;
}

.from-founder__label {
  color: #150F1D;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.88px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .from-founder__label {
    color: #150F1D;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
  }
}

.from-founder__title {
  color: #8637B2;
  text-align: center;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .from-founder__title {
    color: #8637B2;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}

.from-founder__subtitle {
  color: #443F4B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
  margin: 0 auto 28px;
}
@media (max-width: 768px) {
  color: #443F4B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* NEW: CTA button */
.from-founder__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 9999px;
  background: #8637B2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(134, 55, 178, 0.2);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  margin-bottom: 12px;
}
.from-founder__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(134, 55, 178, 0.25);
  opacity: .95;
}

.from-founder__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.from-founder__image {
  flex: 0 0 auto;
}
.from-founder__image img {
  width: 100%;
  height: auto;
  display: block;
}

.from-founder__center {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.from-founder__avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.from-founder__name {
  color: #150F1D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .from-founder__name {
    color: #150F1D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
}

.from-founder__role {
  color: #736F78;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .from-founder__name {
    color: #736F78;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}

.from-founder__email {
  color: #736F78;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 768px) {
  .from-founder__email {
    color: #736F78;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .from-founder__content {
    flex-direction: column;
  }
  .from-founder__image {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .from-founder__image--left,
  .from-founder__image--right {
    display: none !important;
  }
}

.from-founder__review-link {
  background-color: #8b38cc;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  padding: 14.5px 35px !important;
  margin-top: 30px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 28px;
  transition: 1s all;
}
@media (min-width: 768px) {
  .from-founder__review-link {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    width: fit-content;
  }
