
.w80 {
  width: 80%;
}
.mb60{
  margin-bottom: 60px;
}

@media only screen and (max-width:576px) {
  .ts-product-body-col2 {
    flex-direction: column;
  } 
  .ts-product-body-col2-box:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .ts-product-body-col2-box:not(:first-child):not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .flex-column {
    flex-direction: column;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }
  .w80 {
    width: 100%;
  }
  .mb60{
    margin-bottom: 30px;
  }
  .ts-product-body-organization-divide {
    display: none;
  }
  .ts-product-body-organization {
    grid-template-columns: auto auto;
    grid-auto-flow: inherit;
    gap: 20px;
  }
}