.first-time,
.flow,
.time,
.insurance {
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .first-time,
  .flow,
  .time,
  .insurance {
    padding-bottom: 4em;
  }
}

.insurance-table th,
.insurance-table td {
  text-align: center;
  font-weight: normal;
  border: 1px solid #777777;
}

@media screen and (min-width: 768px) {
  .insurance-table th,
  .insurance-table td {
    padding: 1em;
  }
}

.insurance-table thead th,
.insurance-table thead td {
  color: #fff;
}

.insurance-table thead th {
  background-color: #ABABAB;
  width: 45%;
}

@media screen and (min-width: 768px) {
  .insurance-table thead th {
    width: 40%;
  }
}

.insurance-table thead td {
  background-color: #7AB46D;
}

.insurance-table tbody th {
  border-right: 1px solid #777777;
}
/*# sourceMappingURL=information.css.map */