/* Responsive Settings */
@media screen and (max-width: 1024px) {
  /* Your style */

}


@media screen and (max-width: 768px) {
  /* Your style */

}



@media screen and (max-width: 360px) {
  /* Your style */

}	
