@media (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 1.2;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.2;
  }
  h6 {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .site-logo {
    width: 70%;
  }
  header .site-logo a img {
    width: 100%;
  }
  .hero-section .hero-info h1 {
    font-size: 45px;
    margin-top: 100px;
    line-height: 50px;
  }
  .hero-section .hero-info .hero-img img {
    width: 120%;
    margin-left: -80px;
  }
  .hero-section .hero-info p {
    font-size: 22px;
  }
  .page-hero-section.careers a {
    margin: 0 auto;
  }
  .page-hero-section, .page-hero-section.low-height, .page-hero-section.low-height-pro {
    min-height: auto;
  }
  .core-advantage .box img {
    width: 100px;
  }
  .core-advantage .box .info ul li {
    font-size: 16px;
  }
  .core-advantage .box .info h5 {
    font-size: 22px;
  }
  .page-hero-section h2 {
    font-size: 35px;
  }
  h2.heading {
    font-size: 30px;
  }
  .goldshell-section {
    background-position: 30% 50%;
  }
  .page-hero-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .explore-chip .chip-container h4 {
    font-size: 18px;
  }
  .infrastructure-section .info h2 {
    font-size: 30px;
  }
  .explore-chip a .box .image-box {
    height: auto;
  }
  .benifit-section .box .info h5 {
    font-size: 22px;
    font-weight: 600;
  }
  .benifit-section .box .info p {
    font-size: 16px;
    font-weight: 400;
  }
  .page-hero-section p {
    font-size: 22px;
  }
  .job-list .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
  .job-list .accordion .accordion-item .accordion-body ul li, .job-list .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .job-list .accordion .accordion-item .accordion-body h4 {
    font-size: 22px;
  }
  .location-info p {
    font-size: 22px;
  }
  .insight-single-page .insight-header {
    padding-top: 75px;
  }
  .insight-single-page .insight-header h2.heading {
    font-size: 40px;
  }
  .page-hero-section .eth img {
    width: 50%;
    margin: auto;
    display: block;
  }
  .footer-top .logo-box img.gf {
    height: 40px;
  }
  .footer-top .logo-box img.gold-shell {
    height: 22px;
  }
  .page-template-high-performance-computing .footer-top {
    top: -125px;
  }
  .copyright {
    padding: 30px 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-hero-section .eth img {
    width: 60%;
    margin: auto;
    display: block;
  }
  .hero-section {
    min-height: 90vh;
  }
  .hero-section .hero-info h1 {
    font-size: 60px;
    margin-top: 80px;
  }
  .hero-section .hero-info .hero-img img {
    width: 90%;
    margin-left: 0;
  }
  .hero-section .hero-info p {
    font-size: 25px;
    line-height: 1.2;
  }
  .core-advantage .box img {
    width: 100px;
  }
  .page-template-high-performance-computing .footer-top {
    top: -148px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1260px;
  }
  .hero-section .hero-info h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1260px;
  }
  .hero-section .hero-info h1 {
    font-size: 60px;
    line-height: 64px;
  }
}/*# sourceMappingURL=responsive.css.map */