.show_what_to_do_with_old_product {
    text-align: right;
    text-decoration: none;
    display: flex;
    justify-content: end;

    span {
        text-decoration: underline !important;
        color: black;
    }
}