@charset "utf-8";

.content__text-box {
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
  background-color: #ccc8aa;
}
.content__list {
  width: 100%;
  height: 500px;
  margin-top: 2.0625rem;
  margin-bottom: 2.5rem;

  padding: 2rem 1rem;
  border: 1px solid #ededed;
}
