.terms-main {
    width: 1200px;
    margin: 50px auto 100px;
}
.terms-title {
    text-align: center;
}
.terms-title h1 {
    font-weight: bold;
}
.terms-box {
    overflow: hidden;
}
.terms-box h3 {
    color: #707473;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 22px;
    padding-top: 22px;
    text-transform: uppercase;
}
.terms-box p {
    margin-bottom: 22px;
    line-height: 24px;
}
