@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";
.centered-content {
margin-top: 5rem;
margin-bottom: 5rem;
@include media-breakpoint-down(md) {
margin-top: 3rem;
margin-bottom: 3rem;
}
h2 {
max-width: 64rem;
margin: 0 auto 5.5rem auto;
@include media-breakpoint-down(md) {
margin-bottom: 3rem;
}
}
}