/* compiled by scssphp 1.6.0 on Tue, 03 Jan 2023 15:54:31 +0000 (0.0238s) */

@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.partners .container {
  max-width: 1100px;
  margin: auto;
}
html body#root .section.partners .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
html body#root .section.partners .logos .logo {
  width: 20%;
  text-align: center;
}
html body#root .section.partners .logos .logo img {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.partners .logos .logo {
    width: 50%;
  }
}
