@media only screen and (max-width: 1024px){
  
}

@media only screen and (max-width: 767px){
  
}

@media screen and (max-width: 414px) {
  
}
