<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner .container{
   text-align:left;
}
.terms .container {
  padding: 0px 0px;
}
h1,
h2 {
  font-weight: inherit;
}
.terms .banner {
  width: 100%;
  background-color: #4D6C82;
  padding: 70px 0px;
}
.terms .banner h1 {
  display: inline-block;
  font-size: 43px;
  color: #fff;
  font-weight: bold;
}
.terms .banner h2 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-left: 37px;
}
.terms .desc {
  color: #606060;
  font-size: 16px;
  padding: 47px 0px;
}
.terms .content .box .name {
  font-size: 20px;
  color: #4B4C4C;
  background: url('../images/underline.png') no-repeat left bottom;
  padding-bottom: 28px;
  font-weight: bolder;
}
.terms .content .box span {
  font-size: 16px;
  color: #606060;
  display: inline-block;
  padding: 20px 0px 30px 0px;
}
.terms .content .box span a {
  font-size: 16px;
  color: #4D6C82;
}
.terms .content .box span a:hover {
  color: #827502;
}
@media (max-width: 414px) {
  .terms .banner {
    padding: 55px 0px;
  }
  .terms .banner h1 {
    font-size: 28px;
  }
  .terms .banner h2 {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 16px;
  }
}</pre></body></html>