header{

height:55px;
padding:0 15px;

display:flex;
align-items:center;
justify-content:space-between;

background:#fff;

position:sticky;
top:0;

z-index:100;

}


/* TABLET */

@media(min-width:768px){

header{

height:65px;
padding:0 25px;

}

}