#referrals {
    padding: 25px 0 30px;
    background: #95712b;
    font-size: 25px;
    line-height: 1.4;
    color: #000000;
}
@media only screen and (max-width: 768px) {
    #referrals {
        font-size: 12px;
    }
}