/* Woo Commerce CSS */
@media screen and (max-width: 576px) {
  .section-intro .section-content > .row {
    flex-direction: column-reverse;
  }
}
