
@media only screen and (max-width:576px) {
  .ts-product-body-col2 {
    flex-direction: column;
  } 
  .ts-product-body-col2-box:first-child {
      margin-right: 0rem;
  }
  .ts-product-body-col2-box:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .ts-product-body-col2-box:not(:first-child):not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .flex-column {
    flex-direction: column;
    gap: 20px;
  }
  .flex-reverse {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .p-0-40 {
    padding: 0 40px;
  }
}