header{align-items:center;display:flex;justify-content:space-between}.header-img{padding-right:20px;width:33%}.logo-title{align-items:center;color:#fff;display:flex;width:33%}.logo-title img{height:50px;margin-right:10px;width:100%}.logo-title h3{color:#fff;font-size:50px;margin:0}nav ul{display:flex;list-style:none;margin:0;padding:0}nav li{font-weight:600;margin-left:20px}nav a{color:#fff;text-decoration:none}#menu-toggle{background-color:#000;border:none;color:#fff;cursor:pointer;display:none;font-size:30px}@media (max-width:1024px){.logo-title{width:75%}.header-img{width:40%}.logo-title h3{font-size:36px}header{flex-wrap:wrap}nav{align-items:flex-end;display:flex;flex-direction:column;width:25%}#menu-toggle{display:block;order:1}#menu{display:none;order:2;width:100%}.hs-menu-flow-horizontal.flyouts>ul{display:block;float:right;text-align:right}.hs-menu-wrapper li{margin-right:10px!important}}