/* TRANSITION */
/* COLORS */
/* MIXINS */
/*
grayscale      ex: filter: grayscale(100%);
sepia          ex: filter: sepia(100%);
saturate       ex: filter: saturate(0%);
hue-rotate     ex: filter: hue-rotate(45deg);
invert         ex: filter: invert(100%);
brightness     ex: filter: brightness(15%);
contrast       ex: filter: contrast(200%);
blur           ex: filter: blur(2px);
*/
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {
  /* Hn */
  .h1 {
    font-size: 56px; }

  /* HOMEAGE TRY IT */
  .homepage-try-it .bt {
    width: 280px; }

  /* POPIN SERVICE */
  .popin-service {
    max-width: 748px;
    padding: 0;
    overflow: visible; }
    .popin-service .t {
      padding: 40px; }
    .popin-service .c {
      padding: 40px; } }

/*# sourceMappingURL=styles-sm.css.map */
