.title-same {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 49px;
  text-transform: uppercase;
  color: #303030;
  font-family: "Aptos", sans-serif;
}

.box-page-all {
  padding-bottom: 160px;
}
.box-page-all .title {
  float: left;
  margin-bottom: 56px;
}
.box-page-all .content {
  float: left;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .title-same {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 36px !important;
  }
}
@media (max-width: 720px) {
  .title-same {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 32px !important;
  }
  .box-page-all {
    padding: 60px 0px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Aptos", sans-serif;
  }
}
@media (max-width: 480px) {
  .title-same {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 32px !important;
  }
}/*# sourceMappingURL=style-pages.css.map */