.need-help-bottom{
    background-color: #F7F9FC;
    margin-top: 77px;
    padding: 30px;
    text-align: center;
}

.need-help-bottom h3 {
    color: #0094FF;
    font-size: 24px;
    margin-bottom: 10px;
}

.need-help-bottom ul {
    list-style: none;
    color: #0094FF;
    padding: 0;
}

.need-help-bottom ul li {
    color: #0096FF;
    cursor: pointer;
    display: inline-block;
    padding: 20px 40px 20px 68px;
    background: url("/resources/images/icons/phone-blue.svg") no-repeat 35px center;
    border-right: 1px solid #dce0e6;
    margin-top: 20px;
}

.need-help-bottom ul li:first-child {
    padding-left: 30px;
    background-position-x: 0;
}

.need-help-bottom ul li:nth-child(2) {
    background-image: url("/resources/images/icons/chat-blue.svg");
}

.need-help-bottom ul li:last-child {
    padding-right: 0;
    background-image: url("/resources/images/icons/email-blue.svg");
    border: none;
}

@media (max-width: 1200px) {
    .need-help-bottom ul li {
        padding: 20px 30px 20px 58px;
        background-position: 25px center;
    }
}

@media (max-width: 991px) {
    .need-help-bottom ul li,
    .need-help-bottom ul li:first-child {
        margin-top: 0;
        background-position: 35px center;
        padding: 20px 40px 20px 68px;
        border-right: none;
        border-bottom: 1px solid #dce0e6;
        display: block;
        text-align: left;
    }
}

@media (max-width: 991px){
    .need-help-bottom {
        display: none;
    }
}