/*
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

FONT WEIGHTS:
Default: 400

LINE HEIGHTS:
Defualt: 1

*/

/**************************/
/* BELOW 1200px (Landscape Tablets) */
/**************************/

@media (max-width: 1200px) {
  .intro-images {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .intro-images img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .intro-image {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .page-section-row--products {
    flex-direction: column;
  }

  .page-section-row--pricing .product-box {
    flex-basis: 100%;
  }
}

@media (max-width: 1025px) {
  .intro-hero {
    display: none;
  }

  .intro-line {
    flex-direction: column;
    align-items: center;
  }

  .intro-col-1 {
    width: 100%;
  }

  .intro-col-2,
  .intro-col-2-persistent,
  .two-cols-1,
  .two-cols-2 {
    width: 100%;
  }

  .intro-col-2 {
    display: none;
  }

  .description-text {
    width: 100%;
  }

  .description-img-box {
    width: 100%;
  }

  .intro-line--buttons-mid {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
  }
}
