@import "../template.css";
@media (max-width: 767px) {
  .page-two-cols .page-col-first,
  .page-two-cols .page-col-second {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.page-two-cols .col-sep {
  width: 90px;
}
@media (max-width: 1200px) {
  .page-two-cols .col-sep {
    width: 50px;
  }
}
