@media screen and (min-width: 1200px){
.product-detail-tile .heading {
    font-weight: bold !important;
}
}
/* width:1366 */
@media screen and (max-width: 1366px)and (min-width: 1200px){
.product-detail-tile .heading {
    font-size: 2.2rem !important;
}
section.rp-element-25 {
    padding-bottom: 560px !important;
}
}