.textSection {
  padding: 40px 0 20px;
  max-width: 849px;
  margin: 0 auto;
}

.textSection .sectionTitle {
  font-size: 24px;
}

.textSection p {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .textSection {
    padding: 80px 0 60px;
  }
}