@charset "utf-8";

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mx-auto {
  margin-inline: auto;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.fw-bold {
  font-weight: bold;
}

.word-break {
  word-break: break-all;
}

.letter-spacing {
  letter-spacing: 1.6px;
}

.d-flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.flex-auto {
  flex: 0 0 auto;
}

.sub-sec:not(:last-child) {
  margin-bottom: 60px;
}

.sub-sec p {
  line-height: 1.5;
}

.pottery-poster {
  width: 400px;
  max-width: 100%;
  flex: 0 0 auto;
  margin-left: 20px;
}

.mascot-img {
  width: 236px;
  max-width: 100%;
}

@media (max-width: 768.9px) {
  .main-content {
    padding-bottom: 40px;
  }

  .flex-column {
    flex-direction: column;
  }

  .flex-column-reverse {
    flex-direction: column-reverse;
  }

  .sub-sec:not(:last-child) {
    margin-bottom: 40px;
  }

  .pottery-poster {
    width: 310px;
    max-width: 100%;
    margin: 40px auto 0;
  }

  .mascot-img {
    margin: 0 auto 20px;
  }
}