@media (max-width: 1366px){
  
}

@media (max-width: 1000px){
  
}

@media (max-width: 600px){
  header > div{ width: 100%; max-width: 1200px; display:flex; justify-content: space-between; flex-wrap: nowrap; padding:10px 10px;}
  header > div > img{ width: 80px;}
  header > div > div{ display:flex; flex-direction: column; color:white; font-weight: 600; font-size: 16px; align-items: center; justify-content: center; text-align: center;}
  header > div > div > div{ display:flex; align-items: center; justify-content: center; font-size: 14px; margin-top:0px; text-align: center;}
  header > div > div > div > img{ width: 23px; height: 23px; border-radius: 50%; margin-right: 10px;}

  .sect{ width: 100%; height: 100vh; display:flex; justify-content: center; align-items: center; background:rgb(46, 46, 46); padding:0 20px;}
  .sect > img{ width: 100%; max-width: 1000px; height: auto;}

}

@media (max-width: 450px){

}

@media (max-width: 400px){
 
}


@media (max-width: 350px){
 
}

@media (max-width: 300px){
  
}
