@media only screen and (min-width: 769px) {
  header {
    display: none !important;
  }
}
#support {
  background-color: #e5e3df;
  padding-bottom: 80px;
}

#support section {
  margin: 80px auto;
  max-width: 1200px;
}

#support .heading h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 7rem;
  color: #1a1a1a;
  margin-bottom: 72px;
}
#support .heading p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.2;
  margin-bottom: 50px;
}
#support .heading .itemModel__lead {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.4;
}
#support .itemModel__lead {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.4;
}
#support .blk-box {
  margin: 0 auto;
  width: 285px;
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  padding: 16px;
  margin-bottom: 20px;
  font-size: 1.7rem;
}
#support .container {
  background-color: white;
  max-width: 1200px;
  padding: 80px;
  margin: 80px auto;
}
#support .container h2 {
  text-align: center;
  font-size: 3rem;
}
#support .table-grid {
  margin: 50px auto 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 2fr 40px 2fr;
  grid-template-columns: 1fr 2fr 2fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
#support .grid-header {
  background-color: #dfdfdf;
  font-size: 3rem;
  text-align: center;
  grid-column-start: span 1;
}
#support .grid-cell {
  border-bottom: #333 1px solid;
  line-height: 1.6;
  padding-bottom: 40px;
}
#support .category-label {
  font-size: 3rem;
  border-bottom: none;
}
#support .container ol,
#support .container li {
  padding-left: 10px;
  text-indent: -1em;
}
#support .divider {
  display: none;
}
#support .table-flex {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 40px;
}
#support .table-flex h3 {
  background-color: #dfdfdf;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 20px;
}
#support .table-flex__sex {
  width: calc(50% - 50px);
}
#support .table-flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: #000 1px solid;
}
#support .table-flex dl.--pants {
  min-height: 206px;
}
#support .table-flex dl dt {
  width: 145px;
  font-size: 3.5rem;
}
#support .table-flex dl dd {
  width: calc(100% - 145px);
}
#support .table-flex dl dd ol li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  #support .heading h1 {
    margin-bottom: 40px;
  }
  #support .heading p {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  #support .heading .itemModel__lead {
    font-size: 1rem;
    line-height: 2;
  }
  #support .itemModel__lead {
    font-size: 1rem;
    line-height: 2;
  }
  #support .blk-box {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  #support .container {
    padding: 50px 20px;
    margin: 50px auto;
  }
  #support .container h2 {
    font-size: 2.4rem;
  }
  #support .table-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 40px auto 0;
  }
  #support .grid-header {
    font-size: 2.4rem;
  }
  #support .grid-cell.category-label {
    font-size: 2rem;
    padding-left: 10px;
  }
  #support .grid-cell {
    border-bottom: none;
    padding: 0;
  }
  #support .divider {
    display: block;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    /* Spans across 2 columns on mobile */
    border: none;
    border-top: 1px solid #333;
    margin: 0;
  }
  #support .container ol,
  #support .container li {
    font-size: 1.2rem;
  }
  #support .table-flex {
    margin: 40px auto 0;
    row-gap: 50px;
  }
  #support .table-flex h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    padding: 14px;
  }
  #support .table-flex__sex {
    width: 100%;
  }
  #support .table-flex dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
    max-width: 260px;
    margin-inline: auto;
  }
  #support .table-flex dl.--pants {
    min-height: auto;
  }
  #support .table-flex dl dt {
    width: 80px;
    font-size: 2rem;
  }
  #support .table-flex dl dd {
    width: calc(100% - 80px);
  }
  #support .table-flex dl dd ol li .itemModel__lead {
    font-size: 1rem;
  }
}