.dischimiei{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .discotab {
    width: 30%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    border: dotted;
    border-radius: 40px;
  }
  .discotab:hover{
    cursor: pointer;
  }
  .dischimieiins{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .disktbl{
    width:100%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .disktbl tr td{
    vertical-align: middle;
  }
  .dischiint{
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid #625799;
    margin: 0.5% auto;
  }
  .dischiint:hover{
    cursor: pointer;
  }
  .h2titleright{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align:right;
    margin-left:2%;
  }
  @media (max-width: 1310px){
    .discotab {
      width: 40%;
      height: 40%;
    }
    .dischiint{
      width: 50%;
      height: 50%;
    }
  }
  @media (max-width: 1015px){
    .discotab {
      width: 60%;
      height: 60%;
    }
    .dischiint{
      width: 60%;
      height: 60%;
    }
  }
  @media (max-width: 425px){
    .discotab {
      width: 80%;
      height: 80%;
    }
  }