.products.row .product_inner .price-per {
    display: none;
}
.price-per {
    color: #559132;
    font-size: 14px;
}
.choking-warning {
    font-size: 16px;
    color: #E7494D;
}
.products.row .product_inner .choking-warning {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .products.row .product_inner .choking-warning {
        position: absolute;
        left: 15px;
        font-size: 14px;
        top: 5px;
    }
}