@charset "UTF-8";
/* CSS Document */
.section-top h2 {
  font-size: 36px;
  color: #025959;
  width: 1440px;
  margin: 60px auto;
}
.section-top p {
  font-size: 24px;
  width: 1440px;
  margin: 0 auto 50px;
}
@media(max-width:480px) {
  .section-top h2 {
    width: 375px;
    font-size: 30px;
    color: #025959;
    margin: 50px auto;
  }
  .section-top p {
    width: 375px;
    font-size: 18px;
    margin: 0 auto 50px;
  }
}