section.terms-section {
    padding: 50px 0;
    box-sizing: border-box;
}
section.terms-section p {
    font-size: 18px;
    color: #000;
}
    section.terms-section a {
        color: #00b2bd;
        font-weight: 600;
        font-size: 15px;
    }
section.gold-banner-section {
    background: #0e3f8c;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}