body,html{background:#212121;margin:0;padding:0}@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");h1,h2,h3,h4{color:#fff;font-family:Lato,sans-serif;font-weight:700}h1{font-size:60px}a,p,span{font-family:Lato,sans-serif}p{font-weight:400}*,body,div,html{box-sizing:border-box}.hero-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 20px 0;width:100%}.hero-wrapper .inner-wrapper{display:flex;flex-direction:column;justify-content:space-around;margin:auto;max-width:1200px;min-height:600px}.btns-wrap{display:flex;gap:50px;max-width:600px}.btns-wrap .btn{background:#d3030f;border-radius:5px;padding:20px 45px}.btns-wrap .btn,.btns-wrap .link{color:#fff;display:inline-block;font-weight:600;text-decoration:none}.btns-wrap .link{align-items:center;display:flex;gap:10px;padding:20px 15px}.logo-mobile{display:none}@media only screen and (max-width:768px){.hero-wrapper{background-image:url(https://contact.allrites.com/hubfs/mob-bg.jpg)!important;padding:0 20px}.hero-wrapper .inner-wrapper{align-items:center;height:auto;justify-content:center;min-height:475px;text-align:center}.btns-wrap{flex-direction:column;gap:25px}h1{font-size:38px}.logo-mobile{display:inline-block}.logo-desktop{display:none}}