h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #D95839;
  line-height: 20px;
}

h2 + p {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.48;
  letter-spacing: 0.03em;
}

.flexBox {
  display: flex;
}

.morebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-weight: 600;
}
.morebtn p {
  font-size: 16px;
}
.morebtn .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.morebtn .circle .triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffc400;
}

.secThanks {
  background: #F0EFED;
}
.secThanks .commonWidthSm {
  padding: 96px 0 136px;
}
.secThanks .commonWidthSm p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */