[data-section-type="w-separator"] svg {
  width: 100%;
  display: flex;
  height: auto;
}

.svg-mobile {
  display: none !important;
}

@media only screen and (max-width: 650px) {
  .svg-desktop {
    display: none !important;
  }

  .svg-mobile {
    display: flex !important;
  }
}
