.hero-section { position: relative; padding: 80px 0 120px 0; }

.hero-section:after { content: ' '; background-image: linear-gradient(to bottom, #565d71, #2b303f); position: absolute; top: -400px; right: 0; bottom: 0; z-index: -1; width: 100%; border-radius: 0; transform: skewY(-3deg); }

.hero-section .hero-title { line-height: 42px; }

/*# sourceMappingURL=app.css.map */