.hero { background-color: $bg-grey; padding-bottom: 50px; .hero-image-container { height: 200px; width: 100%; margin: 0; background-size: cover; background-position: center center; @include media-breakpoint-up(sm) { height: 300px; } @include media-breakpoint-up(md) { height: 400px; } @include media-breakpoint-up(lg) { height: 600px; } } .hero-content-container { .hero-content { margin-top: -50px; padding-right: 50px; padding-bottom: 50px; padding-left: 50px; background-color: #fff; box-shadow: $box-shadow; .hero-toolbar { display: flex; justify-content: flex-end; align-items: center; height: 50px; .fa, .fas { margin-right: 10px; } a { color: $dark-grey; } } .hero-title { text-align: center; margin-bottom: $sm-space; } .hero-text { margin-bottom: $md-space; } .hero-cta { text-align: center; } } } .link-block { margin-top: $md-space; margin-bottom: 0; } }