.hero{position:relative;overflow:hidden;height:600px}
.hero:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to right,rgba(15,40,54,0) 0,#0f2734 100%);z-index:1}
.hero picture{position:absolute;width:100%;z-index:-1}
.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-top:70px}
.hero__content-headings .headings{color:#FFF;text-align:center;margin-bottom:0}
.hero__content-headings .headings .section-description{max-width:530px;margin:25px auto 0}
.hero__content-headings .headings .section-description *{font-size:1.875rem;line-height:2.125rem;letter-spacing:-1px}
@media(min-width:992px){.hero{height:700px}
.hero__content{padding-top:100px}
}