.about-section {
  padding: 80px 0;
  background: #fff;
}

.features-section {
  padding: 80px 0;
  background: #f8fafc;
}

.pricing-section {
  padding: 80px 0;
  background: #ffffff;
}

.team-section {
  padding: 80px 0;
  background: #f5f7fb;
}

.section-divider {
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(37, 99, 235, 0.05));
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}

#pc {
  background: #ffffff !important;
}

#comp {
  background: #f8fafc;
}

#features {
  background: #ffffff;
}

#pricing {
  background: #eef4ff;
}

#faq {
  background: #ffffff;
}

.team-section {
  background: #f8fafc;
}

.about-section,
.features-section,
.pricing-section,
.team-section {
  padding: 90px 0;
  position: relative;
}

h2.section-title {
  font-weight: 500 !important;
}
