/* Text Elements */

span.text-element.text-1 {
  text-align: center;
  font-size: 24px;
}

/* Image Elements */

img.image-4-3.image-1 {
  max-width: none;
}

/* Common Elements */

div.table-container.table-1 td {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

div.table-container.table-1 th {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

p.hero-tagline.hero-tagline-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 24px;
  line-height: 1.36;
}

@media screen and (max-width: 1184px) {
  /* Text Elements */

  h1.hero-header.hero-header-1 {
    font-size: 36px;
  }

  span.text-element.text-1 {
    font-size: 20px;
  }

  /* Common Elements */

  div.table-container.table-1 td {
    font-size: 26px;
  }

  div.table-container.table-1 th {
    font-size: 26px;
  }

  p.hero-tagline.hero-tagline-1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 866px) {
  /* Common Elements */

  div.table-container.table-1 td {
    font-size: 17px;
  }

  div.table-container.table-1 th {
    font-size: 17px;
  }
}

@media screen and (max-width: 560px) {
  /* Text Elements */

  h1.hero-header.hero-header-1 {
    font-size: 26px;
  }

  span.text-element.text-1 {
    font-size: 14px;
  }

  /* Common Elements */

  div.table-container.table-1 td {
    font-size: 13px;
  }

  div.table-container.table-1 th {
    font-size: 13px;
  }

  p.hero-tagline.hero-tagline-1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}

@media screen and (max-width: 345px) {
  /* Text Elements */

  span.text-element.text-1 {
    font-size: 10px;
  }

  /* Common Elements */

  div.table-container.table-1 td {
    font-size: 9px;
  }

  div.table-container.table-1 th {
    font-size: 9px;
  }

  p.hero-tagline.hero-tagline-1 {
    font-size: 10px;
  }
}