/* vision.min-1280.css */
/* 1280px - 1919.98px */

.vision__header {
  padding: 120px 0 48px;
}
.vision__header .section-title {
  font-size: 3.2rem;
}
.vision__header .section-subtitle {
  font-size: 1.25rem;
}

.vision-horizontal {
  padding: 100px var(--spacing-lg) 60px;
}

.vision-slide__top {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.vision-slide__text h3 {
  font-size: 3.2rem;
}
.vision-slide__text h4 {
  font-size: 1.9rem;
}

/* restore paragraph size for this breakpoint */
.vision .japanese-text.text-white-20 {
  font-size: 1rem;
}

.vision__geometric {
  width: 280px;
  height: 280px;
}

.vision-progress {
  width: 75%;
}
