.container {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.contactSection {
  margin-top: 16px; /* equivalent to theme.spacing(2) */
}

.footerText {
  margin-top: 24px; /* equivalent to theme.spacing(3) */
}

.title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 1rem;
}

.description {
  margin-bottom: 1rem;
}

.sectionTitle {
  margin-bottom: 0.5rem;
}

.listContainer {
  margin: 0;
  padding: 0;
}

.listItem {
  padding-left: 0;
  padding-right: 0;
}
