@media(min-width:992px) and (max-width:1200px){ body{ header{ h2{ font-size:32px; } } h1{ font-weight: 900; font-size:64px; } p{ font-size: 24px; font-weight: 600; } .bg-background-image{ background-image: url('../img/background.png'); padding:62px; height: 875px; background-position:center; background-repeat: no-repeat; background-position:0 0; h2{ font-size:100px; font-weight:600; } .logo{ width: 215px; } ul{ li{ margin: 0 45px; } } } .acc-hack-diva{ margin-bottom:60px; } footer{ padding:60px 0 20px; } } }