.content-section {
  padding: 40px 0;
}

.content-section h2 {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 768px) {

    .content-section h2 {
    font-size: 1rem !important;
    }
  }