.state-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.18;
  z-index: -1;
  width: auto;
  height: 90%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .state-section-bg {
    height: 70%;
  }
}
@media (max-width: 767.98px) {
  .state-section-bg {
    height: 320px;
  }
}

.table td {
  padding: 1rem 0 1rem 0.5rem;
}
@media (max-width: 575.98px) {
  .table td {
    padding: 1rem 0;
  }
}
.table th {
  width: 30%;
  padding: 1rem 0.5rem 1rem 0;
}
@media (max-width: 991.98px) {
  .table th {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .table th {
    padding: 1rem 0 0 0;
  }
}
@media (max-width: 575.98px) {
  .table tr:first-child th {
    padding: 0;
  }
}
.table tr:first-child td {
  padding: 0 0 1rem 0.5rem;
}
@media (max-width: 575.98px) {
  .table tr:first-child td {
    padding: 0 0 1rem;
  }
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.table tr:last-child th,
.table tr:last-child td {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .table tr {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .table th,
  .table td {
    width: 99.9%;
    clear: both;
    display: block;
  }
}

#food-handlers-tiles img {
  height: 150px;
  display: block;
  margin: auto;
}

/*# sourceMappingURL=states-requirements.css.map*/