.name_price {
    display: flex;
}
h5.p-name {
    width: 50%;
    text-align: left;
}
h4.p-price {
    width: 50%;
    text-align: end;
    font-size: 18px;
}

@media (min-width: 1300px) {
    .col-lg-3.col-md-4.col-12{
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .name_price {
        display: block;
    }
    h5.p-name {
        width: 100%;
        text-align: center;
    }
    h4.p-price {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
}