
.section--referral {
    padding-bottom: 30px;
}

.referral-icon {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--referral .referral-title {
    width: 320px;
    max-width: 100%;
    color: inherit;
}

@media (max-width: 767px) {
    .section--how-do-refer {padding-bottom: 0;}    
    .section--referral .referral-title {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}
