/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.form-title-centered {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 640px) {
  .form-title-centered {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}
.form-title-centered__title {
  margin-bottom: 5.6rem;
}
/*# sourceMappingURL=form-title-centered.css.map */
