/*fix new content description css start*/
  .main_wrapper {
    width: 480px;
    overflow-x:hidden;
  }
  
  #tab-description {
    width: 100%;
  }

  #tab-description .ul_content {
    padding-left: 20px;

  }

  #tab-description img {
    width: 100%;
  }
  .my_img {
    max-width: 480px;
  }
  #tab-description p img {
    right: 20px;
    position: relative;
    width: 480px;
  }

  #tab-description div {
    max-width: 100%;
  }
 
  #tab-description h2, h3, h4 {
    margin: 30px 0 15px 0;
      text-align: center;
  }
 

  #tab-description div, p, span, strong, em {
      text-align: justify;
  }
  p {
    padding: 10px 20px 5px 20px;
  }

  .original p {
     padding:  0 0;
   }

 .last_img_wrapper img {
    width: 100%;
  }
  #onas p {
    padding: 0 20px 0 20px;
  }

 .order_steps_list1 .step_item {
    padding: 15px 15px 15px 15px;

  }

 @media (max-width: 560px) {
 #tab-description .ul_content {
    padding-left: 15px;
 }

 #tab-description p img {
    right: 15px;
  }
  p {
    padding: 10px 20px 5px 15px;
  }
  #onas p {
    padding: 0 20px 0 15px;
  }

 .order_steps_list1 .step_item {
    padding: 15px 15px 13px 13px;

  }
 }

  /*fix new content css start*/