.bg {
  width: 100%;
  height: 100vh;
  font-family: "Noto Sans TC", sans-serif;
  padding: 0px 15px;
  background-color: #FAF8F5;
  background-image: url(../img/gears.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 345px;
  position: relative;
}

.bg .content {
  position: absolute;
  top: calc(50% - 105px);
  left: calc(50% - 152px);
}

.bg .content h1 {
  font-size: 2.75rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 35px;
}

.bg .content h3 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 7px;
}

.bg .content p {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bg {
    background-size: 418px;
  }
  .bg .content {
    position: absolute;
    top: calc(50% - 130px);
    left: calc(50% - 181px);
  }
  .bg .content h1 {
    font-size: 3.375rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 5rem;
    margin-bottom: 50px;
  }
  .bg .content h3 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 7px;
  }
  .bg .content p {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
}
/*# sourceMappingURL=repairing.css.map */