@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,600");section.block-background{--background:url("https://picsum.photos/800/600/?random");--button-color:#c6b069}section.block-background{display:flex}@media screen and (max-width:1200px){section.block-background{padding:60px 5vw}}@media screen and (min-width:1200px){section.block-background{padding:120px calc((100vw - 1200px)/2)}}section.block-background>.block{margin:auto;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;font-family:Poppins,sans-serif;padding:120px 5vw;background-color:#808080;background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),var(--background)}section.block-background>.block>h1{font-weight:600;margin:0}section.block-background>.block>p{font-weight:300;margin:2em}section.block-background>.block>a{text-transform:uppercase;background:var(--button-color);display:inline-block;padding:1em 2em;font-weight:500;text-decoration:none;color:inherit;border:3px solid transparent}