@media (max-width: 823px) {
 #header #logo {
    right: 2%;
    position: absolute;
    height: 2.2em;
}
  .container {
      width: 98%!important;  
    }
    
    .wrapper.style1 {
    padding-bottom: 36em;
  }  
    
}
@media (max-width: 768px) {
.wrapper.style1 {
    padding-bottom: 2em;
}
    #banner h2 {
    font-size: 10rem;
}
}
@media (max-width: 414px) {
    #banner h2 {
    font-size: 5em;
}
}
