#terms {
    float: left;
    width: 100%;
}
#terms .divider-terms {
    float: left;
    width: 100%;
    background-color:  #03a9f4;
    text-align: center;
}
#terms .divider-terms h1 {
    color: #fff;
    padding-top: 15px;
    font-size: 24px;
}
#terms .conditions {
    float: left;
    width: 100%;
}
#terms .conditions .content{
    background-color: #eee;
    padding: 30px;
}