.gsbi-tds {
  margin-top: 1rem;
}

.gsbi-tds__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}

.gsbi-tds__group {
  break-inside: avoid;
}

.gsbi-tds__title {
  margin: 0 0 .35rem;
  color: #c62828;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gsbi-tds__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: .875rem;
  background: #fff;
}

.gsbi-tds__table th,
.gsbi-tds__table td {
  padding: .45rem .6rem;
  border: 1px solid #e5e5e5;
  vertical-align: top;
}

.gsbi-tds__table th {
  width: 42%;
  font-weight: 700;
  color: #222;
  background: #fafafa;
}

.gsbi-tds__table td p {
  margin: 0;
}

@media (max-width: 767px) {
  .gsbi-tds__grid {
    grid-template-columns: 1fr;
  }

  .gsbi-tds__table,
  .gsbi-tds__table tbody,
  .gsbi-tds__table tr,
  .gsbi-tds__table th,
  .gsbi-tds__table td {
    display: block;
    width: 100%;
  }

  .gsbi-tds__table td {
    border-top: 0;
  }
}
