h2 {
  font-size: 65px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-size: 24px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

p {
  font-size: 15px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

a {
  font-size: 15px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09em;
}

span {
  font-size: 15px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09em;
}


@media (max-width: 768px) {

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  a {
    font-size: 14px;
  }

}