.terms {
    margin: 50px 0 0 0;
    padding: 30px 0 50px 0
}

.terms .text {
    max-width: 750px;
    margin: auto
}

.terms .text h1 {
    font-size: 26px;
    line-height: 110%
}

.terms .text p {
    margin-bottom: 16px
}

.terms .text p a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease
}

.terms .text p a:hover {
    color: #EE6129
}

.terms .text p.bold-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    margin: 16px 0
}