.recharge-contact-notice {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    color: #18e0d0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 300px;
    white-space: normal;
    text-align: center;
}

@media (max-width: 720px) {
    .recharge-contact-notice {
        display: none;
    }
}
