.hero-block-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  height: 385px;
  background: var(--cyan);
  border-radius: 22px 22px 72px 22px;
  opacity: .85;
}

.section-card {
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 40px 44px;
  margin-bottom: 24px;
}

.section-card-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.section-card-sub {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 32px;
  line-height: 1.6;
}