.b2b-product-support-info-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}
.b2b-product-support-info-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1221px) {
  .b2b-product-support-info-wrapper .row .switch-wrap .content-text.com_title {
    padding-left: 0px;
  }
}
.b2b-product-support-info-wrapper .row .switch-wrap .back_product_link {
  display: block;
  font-size: 1.8rem;
  color: #0050C7;
  text-decoration: underline;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .b2b-product-support-info-wrapper .row .switch-wrap .back_product_link {
    margin-top: 25px;
  }
}
.b2b-product-support-info-wrapper .img_wrap {
  display: block;
  margin: auto;
  max-width: 200px;
}
.b2b-product-support-info-wrapper .img_wrap img {
  width: 100%;
}
@media (max-width: 800px) {
  .b2b-product-support-info-wrapper .img_wrap {
    margin-bottom: 27px;
  }
}
.b2b-product-support-info-wrapper h3 {
  margin-bottom: 10px;
  line-height: 1.22;
}
@media (max-width: 800px) {
  .b2b-product-support-info-wrapper h3 {
    margin-bottom: 17px;
    font-size: 3.2rem;
  }
}
.b2b-product-support-info-wrapper h4 {
  line-height: 1.22;
}
@media (max-width: 800px) {
  .b2b-product-support-info-wrapper h4 {
    font-size: 2.4rem;
  }
}
/* arabic style */
.arabic-style .b2b-product-support-info-wrapper {
  direction: ltr;
}
.arabic-style .b2b-product-support-info-wrapper .com_title {
  direction: rtl;
}
