.site-header{min-height:275px}
.site-header::before{height:275px}
.brand{width:550px;height:220px}
@media(max-width:720px){
  .site-header{min-height:190px}
  .site-header::before{height:190px}
  .brand{width:min(310px,100%);height:122px}
  .main-nav{top:191px}
}
