.gradient-bg {
  height: 400px;
  padding-top: 100px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 24px 0;
}

tbody > tr {
  border-top: 1px solid #ccc;
}

th {
  text-align: left;
  padding: 0 0 24px 0;
}

div.container.mt-5 > div > table > tbody > tr > td {
  vertical-align: middle;
  margin-top: 24px;
}

.row.center {
  display: flex;
  align-items: center;
}

.spacer {
  margin-bottom: 80px;
}

@media
  only screen and (max-width: 760px) {
  table {
    table-layout: fixed;
    width: 100%;
  }

  .subprocessor-info {
    padding-right: 8px;
  }

  thead > tr > th > h3 {
    font-size: 15px;
  }

  td {
    padding-right: 8px;
  }

  td,
  td > * {
    font-size: 13px;
    word-wrap: break-word;
  }

  h4 {
    font-size: 14px;
  }

  .table-sm {
    padding-top: 5px;
  }
}
