@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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 30vw; */
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td a {
    font-size: 12px;
  }
  /* .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td div { */
    /* width: 90%; */
    /* justify-content: space-between; */
    /* display: none; */
  /* } */
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td:nth-of-type(2) {
    background-color: none;
  }
}
/* @media screen and (max-width: 620px) {
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td h2{
    width: 50vw;
  }
} */
@media screen and (max-width: 560px) {
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr:nth-of-type(2n) {
    background: none;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td:nth-of-type(2) {
    border-left: 0px solid #ddd;
    background-color: #f2f4f7;
    /* display: none; */
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td div {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td {
    display: flex;
  }
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td h2{
    width: 50vw;
  }
}
@media screen and (max-width: 310px) {
  .iframe-gov-info-table .iframe-gov-info-table-container .iframe-gov-info-table-box table tr td h2{
    width: 40vw;
  }
}
