.product_pdp_product_features .common_tile {
  font-size: 32px;
}
.product_pdp_product_features .pf_box {
  margin-top: 30px;
  min-height: 250px;
}
.product_pdp_product_features .pf_box .icn_cvr {
  width: 60px !important;
}
.product_pdp_product_features .pf_box .desc_cvr .ttle {
  color: var(--black);
  font-weight: var(--font-weight-500);
  font-size: var(--fs-20);
  line-height: 1.3;
  margin: 15px 0px;
}
.product_pdp_product_features .pf_box .desc_cvr .desc {
  color: var(--black);
  font-weight: var(--font-weight-400);
  font-size: var(--fs-16);
  line-height: 1.3;
  margin: 0px 0px;
}


@media only screen and (min-width: 1400px) and (max-width: 1599px)  {
    .product_pdp_product_features .pf_box .icn_cvr img {
        height: auto !important;
    }

    .product_pdp_product_features .pf_box .icn_cvr {
  width: 50px !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .product_pdp_product_features .pf_box .icn_cvr img {
        height: auto !important;
    }

    .product_pdp_product_features .pf_box .icn_cvr {
  width: 50px !important;
}
}