.modal img {
 height: auto;
 max-width: 100%;
}
.content-c{
 margin-top: 50px;
}
.product-img-c {
 height: auto;
}
.product-title-c {
 font-size: 21px;
 color: #000;
 font-weight: 500;
 text-transform: uppercase;
}
.product-desc-c {
 width: auto;
}
.product-price-c {
 bottom: 150px;
 left: 0;
 width: 100%;
 color: #d51e08;
 font-size: 21px;
 font-weight: 500;
 font-weight:bold;
}
.learn-more-btnn {
    background: rgba(52, 152, 219,1.0);
    padding: 20px 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 0px 0px #2980b9;
    -moz-box-shadow: 0px 3px 0px 0px #2980b9;
    box-shadow: 0px 3px 0px 0px #2980b9;
    margin: 0px;
    font-weight: bold;
}