p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45833;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  p {
    margin-top: 8.53333vw;
    font-size: 3.73333vw;
  }
  h3 {
    margin-top: 10.66667vw;
    font-size: 5.33333vw;
    line-height: 1.45;
  }
}
