* { margin: 0; padding: 0; box-sizing: border-box;}
a { text-decoration:none; outline:0; cursor:pointer;}
a:hover { text-decoration:underline;}
img { border:0;}
ul, ol { list-style-type:none;}
html { height:100%;}
body { height:100%; font:24px/36px 'Raleway', Arial, sans-serif; color:#000; background:#fff;}

.wrapper:before { content:''; display: block; position: fixed; left:-11%; top:-10%; width:15%; height: 120%; background: #000; transform:rotate(9deg)}
.wrapper:after { content:''; display: block; position: fixed; right:-9%; top:-10%; width:20%; height: 120%; background: #f20531; transform:rotate(9deg)}
.container { padding: 0 15px; width: 1230px; max-width: 80%; margin: 0 auto;}
.inner { min-height: 100vh; padding: 120px 0; display: flex; flex-direction: column;}
.logo { margin-bottom: 65px;}
.logo img { max-width: 100%; height: auto; display: block;}
h1 { font-size:78px; line-height: 92px; font-weight: 400; max-width: 750px; margin-bottom: 65px;}
.link { margin-top: auto; font-size:50px; line-height: 74px;}
.link a { color:#f20032;}

@media screen and (max-width: 1200px) {
    .inner { padding: 85px 0;}
    .logo { margin-bottom: 40px;}
    h1 { font-size:58px; line-height: 74px; max-width: 750px; margin-bottom: 40px;}
    .link { font-size:44px; line-height: 58px;}
}

@media screen and (max-width: 991px) {
    .inner { padding: 75px 0;}
    .logo {  max-width: 300px;}
    h1 { font-size:48px; line-height: 64px;}
    .link { font-size:32px; line-height: 40px;}
}
@media screen and (max-width: 767px) {
    .logo {  max-width: 250px;}
    h1 { font-size:40px; line-height: 48px;}
    .link { font-size:32px; line-height: 40px;}
}
@media screen and (max-width: 576px) {
    .wrapper:before { transform:rotate(5deg)}
    .wrapper:after {  transform:rotate(5deg)}
    .logo {  max-width: 200px;}
    h1 { font-size:32px; line-height: 44px;}
    .link { font-size:24px; line-height: 30px;}
}
@media screen and (max-width: 480px) {
    h1 { font-size:28px; line-height: 36px;}
}
@media screen and (max-width: 380px) {
    h1 { font-size:24px; line-height: 32px;}
    .link { font-size:20px; line-height: 24px;}
}