@charset "UTF-8";
@media only screen and (max-width: 768px) {
    .new_fina table tr td p {
        display: flex;

        flex-wrap: wrap;
    }
}
