.component-text-first-title {
  font-size: var(--heading-large);
  font-weight: 600;
  color: var(--text-black);
}

.component-text-second-title {
  font-size: var(--heading-medium);
  font-weight: 600;
  color: var(--text-black);
}

.component-text-third-title {
  font-size: var(--heading-small);
  font-weight: 600;
  color: var(--text-gray);
}

.component-text-paragraph {
  font-size: var(--text-medium);
  font-weight: 400;
  color: var(--text-black);
}
