.section-overview {
  background-color: #fff;
  padding: 9.6rem 0;
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.overview-text {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
