.notificationBanner a {
    padding: 24px 32px;
}
.notificationBanner .link-arrow, .notificationBanner .link-arrow-orange, .notificationBanner .link-arrow-white {
    display: none;
}
@media (min-width: 1016px) {
    .notificationBanner a {
        padding: 32px 0px;
    }
    .notificationBanner span.sec {
        max-width: 904px !important;
    }
}
@media (min-width: 764px) {
    .notificationBanner span.sec {
        max-width: 788px !important;
    }
}
@media (max-width: 764px) {
    .notificationBanner a {
        padding: 24px 16px;
    }
}