@media screen and (max-width: 680px) {
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td h2 {
    font-size: 14px;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td a {
    font-size: 14px;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box.three table tr td {
    width: 100%;
    display: grid;
    align-items: center;
    -webkit-align-items: center;
    border: none;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box.three table tr td .table-cell {
    margin-top: 12px;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box.three table tr td:nth-of-type(3) {
    border-left: none;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box.three table tr td div {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr {
    background-color: #fff;
    display: inline-grid;
    width: 100%;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td {
    background-color: #fff;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td:nth-of-type(2) {
    border: none;
  }
}