#domestic .d-h1 {
    text-align: center;
    color: skyblue;
  }
  #domestic .d-h3 {
    color: skyblue;
  }
  #domestic .d-h4 {
    color: skyblue;
  }
  #domestic .d-flex {
    display: flex;
    justify-content: space-between;
  }
  #domestic .d-lr td {
    border-color: skyblue;
  }
  #domestic .d-table {
    width: 100%;
    border-collapse: collapse;
  }
  #domestic .d-table th {
    background-color: cornflowerblue;
    color: aliceblue;
  }
  #domestic .d-table td {
    text-indent: 1rem;
    border: 1px solid skyblue;
    border-color: skyblue;
  }
  #domestic .img-table4 tr {
    color: aliceblue;
  }
  #domestic .img-table4 tr:nth-child(2) {
    color: #000;
  }
  #domestic .img-table4 td {
    text-align: center;
    overflow: hidden;
    width: 25%;
    text-indent: 1rem;
    border: 1px solid skyblue;
    padding: 10px;
  }