/* vision.min-1024.css */
/* 1024px - 1279.98px */

.vision__header {
  padding: 100px 0 40px;
}
.vision__header .section-title {
  font-size: 3rem;
}
.vision__header .section-subtitle {
  font-size: 1.2rem;
}

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

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

.vision-slide__text h3 {
  font-size: 3rem;
}
.vision-slide__text h4 {
  font-size: 1.75rem;
}

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

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

.vision-progress {
  width: 80%;
}
