.about-page .about-feature-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 16px;
  padding: 18px 16px;
  background: #FFFFFF1A;
  border: 2px solid #FFFFFF1A;
  text-align: center;
  min-height: 400px;
  max-width: 303px;
}

.about-page .about-feature-card .elementor-icon {
  font-size: 32px;
  color: #7730FF;
}

.about-page .about-feature-card h3,
.about-page .about-feature-card h4 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(255, 255, 255, .85);
}

.about-page .ui-text-lg-xl h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 16px;
}

@media (max-width: 520px) {
  .about-page .about-feature-card {
    flex: 1 1 100%;
  }
}

.about-hero__left .btn.btn-style-default {
  width: 180px;
  height: 41px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .about-hero__left .btn-size-large {
    --btn-padding: 5px 24px;
    --btn-height: 40px;
    --btn-font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .about-page .about-feature-card {
    flex: 1 1 calc(50% - 18px);
  }
}

.about-lead h2 {
  line-height: 48px;
}

.about-lead {
  max-width: 620px;
}

.about-lead .ui-text-lg-xl {
  line-height: 36px;
  font-size: 30px;
}

.built-goal__left h4.wd-fontsize-l {
  font-weight: 700;
  font-size: 43px;
  line-height: 34px;
}

.section-built-goal h4.wd-fontsize-l {
  margin-bottom: 60px;
}