.product_pdp_technical_data {
  background-color: #EAEEF2;
  border-radius: 16px;
  padding: 40px 60px;
}

.product_pdp_technical_data .ttle {
  font-size: 30px;
  line-height: 1.3;
  font-weight: var(--font-weight-500);
  color: var(--black);
}

.product_pdp_technical_data .desc {
  font-size: var(--fs-16);
}

.product_pdp_technical_data .info_numb {
  margin-top: 30px;
}

.product_pdp_technical_data .info_numb .top_desc {
  font-size: var(--fs-14);
  line-height: 1.3;
  font-weight: var(--font-weight-400);
  color: var(--black);
  margin: 0px;
}

.product_pdp_technical_data .info_numb .numb {
  font-size: var(--fs-18) !important; 
  font-weight: var(--font-weight-500);
  color: var(--black);
  line-height: 1.3;
  letter-spacing: -0.05rem;
  margin: 0px 0px 15px;
  padding: 10px 0px 10px;
  position: relative;
}

.product_pdp_technical_data .info_numb .numb::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #D4D4D4;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.product_pdp_technical_data .info_numb .btm_desc {
  font-size: 15px;
  line-height: 1.3;
  font-weight: var(--font-weight-400);
  color: var(--black);
  max-width: 90%;
  margin: 0px;
}


@media only screen and (min-width: 1400px)and (max-width: 1599px) {}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {}

@media(min-width: 320px)and (max-width: 767px) {

  .product_pdp_technical_data {
    padding: 20px;
  }

  .product_pdp_technical_data .ttle {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .product_pdp_technical_data .desc {
    line-height: 24px;
  }

  .product_pdp_product_features .pf_box {
    min-height: auto !important;
  }

  .product_pdp_technical_data .info_numb .numb {
    font-size: var(--fs-26);
  }

}