.global-help__open-cta {
    background: #098C09;
    border: none;
    font-weight: 600;
    width: 100%;
}

.global-help-btn:nth-child(3) .global-help-btn__inner > .global-help-btn__icon svg {
    display: none;
}

.global-help-btn:nth-child(3) .global-help-btn__inner > .global-help-btn__icon:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(https://www.jet2holidays.com/~/-/media/Jet2holidays/Images/Icons_and_logos/Global%20Help/WhatsApp-no-background.svg);
    background-size: 286%;
    position: relative;
    background-position: center;
    max-width: 37px;
    margin: 0 auto;
}
@media (max-width: 767px) {

    h3.global-help-btn__text-heading {
        width:  100%;
    }
    .global-help-btn__text-heading a {
        width: 100%;
        border: 2px solid #203240;
        border-radius: 4px;
        display: block;
        color: #203240;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        background: #fff;
        padding: 6px;
        margin: 12px 0;
    }
}

@media (min-width: 768px) {
    .global-help__open-cta {
        width: 100%;
    }
}