.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.header {
  font-weight: 700;
  margin-bottom: 16px;
}

.subtitle {
  color: var(--mui-palette-text-secondary);
  margin-bottom: 16px;
}

.divider {
  margin-top: 32px;
  margin-bottom: 32px;
}

.dividerLarge {
  margin-top: 48px;
  margin-bottom: 48px;
}

.sectionTitle {
  font-weight: 600;
  margin-bottom: 16px;
}

.sectionText {
  color: var(--mui-palette-text-secondary);
}

.whyChooseList {
  padding-left: 20px;
  color: #666;
}

.teamCard {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.teamAvatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px auto;
}

.testimonialCard {
  padding: 24px;
}

.testimonialText {
  font-style: italic;
}

.testimonialAuthor {
  margin-top: 16px;
  font-weight: 600;
}

.ctaSection {
  text-align: center;
  margin-top: 48px;
}

.ctaTitle {
  font-weight: 700;
  margin-bottom: 16px;
}

.ctaText {
  color: var(--mui-palette-text-secondary);
  margin-bottom: 24px;
}

.contactButton {
  width: 125px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #000000 !important;
  color: #000000 !important;
  text-transform: none !important;
}

.contactButton:hover {
  border: 1px solid #000000 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
}
