body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
span,
input,
div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
.wrapper {
  margin: 0 auto;
}
.com-title {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 51.57px;
  color: #333333;
  text-align: center;
}
.com-subtitle {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 25.78px;
  color: #999999;
  text-align: center;
}
