/* -------------------- variables -------------------- */
/* -------------------- contents -------------------- */
.c-point__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.c-point__list .c-point__heading {
  color: #440205;
  font-size: 4.26vw;
}
.c-point__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-point__wrap .c-point__list {
  display: block;
}

.c-paragraph__b {
  font-weight: bold;
}

@media screen and (min-width: 501px) {
  .c-point__list .c-point__heading {
    font-size: 21.3px;
  }
}
@media screen and (min-width: 851px) {
  .c-point__list .c-point__heading {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */