

.terms .termsheader {
    margin: 0 auto;
    width:100%;
    text-align: center;
}

.terms .termsheader img {
    display: block;
    margin: 0 auto;
}

.terms .termsheader h3 {
    font-weight: bold;
    font-size: 20px;
}

.terms .termsheader p {
    font-size: 18px;
}

.terms h4 {
    font-weight: bold;
    font-size: 16px;
}

.terms .terms-section {
    margin: 30px;
    padding: 0 30px;
}

.terms .terms-section p, .terms .terms-section ul li {
    font-size: 16px;
    color: #77878f;
}

.terms .terms-section ul {
    list-style: disc;
    margin-left:30px;
    margin-bottom: 20px;
}

