.text-container {
  padding: 2.5rem 4rem;
}

@media screen and (max-width: 768px) {
  .text-container {
    padding: 1.875rem 1.25rem;
  }
}
