* {
  font-size: 19px;
}
th {
  font-size: 18px;
}
@media (min-width: 2000px) {
  * {
    font-size: 50px;
  }
  th {
    font-size: 45px;
  }
}
[class^="col-"],
.row {
  margin: 0;
  padding: 0;
}
.wrapper {
  padding: 0 5px;
}

.wrapper:nth-child(1) {
  border-right: 1px black solid;
}
.col-md-4 > .row {
  margin: 0;
}
.logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 15vw;
  filter: grayscale(1) invert(1);
  height: auto;
  opacity: 0.5;
}
.name {
  white-space: nowrap;
}
.col-12 .row {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1000px) 
{
  .col-12 .row {
    flex-wrap: wrap;
  }
}
.wrapper {
  width: 100%;
}
.table-sm td,
.table-sm th {
  padding: 0.2rem;
}

@media (max-width: 1000px)
{
  * {
    font-size: 15px;
  }
  th {
    font-size: 16px;
  }
  .wrapper {
    display: none;
  }
  .wrapper:nth-child(1) {
    display: block;
  }
  .logo {
    top: 15px;
    bottom: auto;
  }
}