@media (max-width: 58.75em) {
  .header .box-list {
    width: 40rem;
  }
  .header .box-list li {
    font-size: 1.8rem;
  }
  .box-list-small {
    display: none;
  }
  .welcome-section .text-box {
    width: 100%;
  }
  .welcome-section .text-box h1 {
    font-size: 5rem;
  }
  .welcome-section .text-box h2 {
    font-size: 2.2rem;
  }
  .welcome-section .btn-box a {
    font-size: 1.6rem;
  }
  .box-list-small {
    display: none;
  }
}
@media (max-width: 53.75em) {
  .loading-screen {
    transform: scale(0.8);
  }
  .header {
    justify-content: space-between;
  }
  .header .box-list {
    display: none;
  }
  .header .btn-list-box {
    display: flex;
  }
}
@media (max-width: 40em) {
  .loading-screen {
    transform: scale(0.5);
  }
  .welcome-section .text-box h1 {
    font-size: 3.8rem;
  }
  .welcome-section .text-box h2 {
    font-size: 1.8rem;
  }
  .welcome-section .btn-box a {
    font-size: 1.2rem;
  }
  .welcome-section .btn-box .triangle {
    display: none;
  }
}/*# sourceMappingURL=queries.css.map */