.features {
  background-color: #F4EBDE;
  padding-bottom: 60px;
  text-align: center;
}

.features__title {
  padding: 60px 0 46px;
}

.features__title-en {
  color: #222;
  font-family: Futura, Jost;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.features__title-jp {
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}

.features__learn-more {
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: right;
}

.features__learn-more-link {
  color: #FF8A71;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .features__title-en {
    font-size: 20px;
  }

  .features__title-jp {
    font-size: 14px;
  }
}
