.price-mobile {
    width: 70%;
}

@media only screen and (max-width:991px) {
    .price-mobile {
        width: 100% !important;
    }

    .phone-height {
        height: 300px !important;
    }
}

