section.disc-section {
    padding: 50px 0;
    box-sizing: border-box;
}
section.disc-section p {
    font-size: 18px;
    color: #000;
}
    section.disc-section a {
        color: #B35A2B;
        font-weight:600;
    }
section.gold-banner-section {
    background: #ff783d;
    color: #fff;
    padding: 20px 0 30px;
    text-align: center;
}