/* ==========================================================================
SECTIONS.CSS
========================================================================== */

.services {

background:
#ffffff;
}

.services h2,
.pain-points h2,
.benefits h2,
.faq h2 {

text-align:
center;
}

.services h2,
.pain-points h2,
.benefits h2,
.faq h2,
.about h2 {

margin-bottom:
2rem;
}

.benefits {

background:
linear-gradient(
180deg,
#ffffff,
#f8fbff
);
}

.about {

background:
#ffffff;
}

.faq {

background:
var(--color-background);
}

.availability {

padding-top:
0;
}

.cta-final {

background:
var(--color-background);
}

.locations {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8fbff
    );
}
