/*
Theme Name: Watches
Theme URI: 
Author: Thomas
Author URI:
Version: 1.0.0
*/

@media screen and (max-width: 800px) {
  .watch-repair>.contents .columns{
    grid-template-columns: repeat(1, 1fr);
    }
    .watch-repair>.contents .columns .column img{
        max-width: 400px;
    }
}