@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.sheet-wrap {
  text-align: center;
  margin: 5rem auto;
}
.sheet-wrap h2 {
  font-size: 2rem;
  font-weight: bold;
}
.sheet-wrap article {
  margin: 1rem 0;
}

.sheet-content-wrap,
.sheet-cony-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 3rem auto;
}
.sheet-content-wrap > div,
.sheet-cony-content-wrap > div {
  width: 48%;
  margin: 1.5% 1%;
}
.sheet-content-wrap h3,
.sheet-cony-content-wrap h3 {
  color: #07B53B;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.375rem;
}
.sheet-content-wrap .lazybackground,
.sheet-cony-content-wrap .lazybackground {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

.sheet-cony-content-wrap > div {
  width: 31%;
}
.sheet-cony-content-wrap .lazybackground {
  padding-top: 100%;
}

.sheet-form-wrap p.title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .sheet-wrap {
    width: 90%;
    margin: 3rem auto;
  }
  .sheet-wrap h2 {
    font-size: 1.75rem;
  }
  .sheet-content-wrap,
  .sheet-cony-content-wrap {
    margin: 1.5rem auto;
  }
  .sheet-content-wrap > div,
  .sheet-cony-content-wrap > div {
    width: 100%;
    margin: 2.5% 1%;
  }
  .sheet-content-wrap h3,
  .sheet-cony-content-wrap h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .sheet-cony-content-wrap > div {
    width: 48%;
  }
  .sheet-form-wrap p.title {
    font-size: 1.75rem;
  }
}/*# sourceMappingURL=sheet.css.map */