/* compiled by scssphp 1.6.0 on Sat, 25 Jun 2022 15:12:42 +0000 (0.0423s) */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
html body#root .section.usps {
  position: relative;
  margin-top: 0 !important;
  z-index: 0;
  padding: 50px 0;
}
html body#root .section.usps .container {
  align-items: center;
  justify-content: space-between;
}
html body#root .section.usps .content {
  max-width: 500px;
}
html body#root .section.usps .usps .usp {
  margin-bottom: 20px;
}
html body#root .section.usps .usps .usp .content {
  padding-left: 10px;
}
