.our-story {
  padding-block: 6.25rem;
}

.our-story__heading {
  font-size: 1.875rem;
  line-height: calc(2.25 / 1.875);
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(85, 85, 85);
  padding-inline: 1rem;
  text-align: center;
  margin-block-end: 2rem;
}

.our-story__text {
  max-width: 48rem;
  margin-inline: auto;
  padding-inline: 1rem;
  color: rgb(119, 119, 119);
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
