.ba-forms {
  margin: 0 0 34px;
}

.ba-forms h4 {
  margin: 0 0 18px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.ba-forms > p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.6;
}

.ba-forms table {
  width: 100%;
  border-top: 2px solid #000;
  border-collapse: collapse;
  text-align: center;
  color: #545454;
  font-size: 16px;
}

.ba-forms th,
.ba-forms td {
  padding: 16px 13px;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ba-forms thead th {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.ba-forms tbody th {
  background: #f4f8fc;
  color: #003b90;
  font-weight: 600;
}

.ba-forms a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 104px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #003b90;
  border-radius: 6px;
  background: #fff;
  color: #003b90;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.ba-forms a:hover,
.ba-forms a:focus {
  background: #003b90;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ba-forms h4 {
    font-size: 22px;
  }

  .ba-forms .scrollbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ba-forms table {
    min-width: 680px;
    font-size: 14px;
  }

  .ba-forms th,
  .ba-forms td {
    padding: 13px 10px;
  }
}