   @import "styles_mobile.css";
   @import "styles_tablet.css";
   @import "styles_desktop.css";
   
  @media only screen and (min-width:1025px){
    .template-section{
      width: 100%;
      height: 50vh;
    }
  }

  