.DrSupervision {
  max-width: 40.5em;
}

.ImgAbout {
  max-width: 600px;
  margin: 0 auto 0.5em;
  align-self: center;
  position: relative;
  margin-top: -16%;
  z-index: -1;
}

.ImageIntroduction__ImageSection h3 {
  padding: 0.2em 0.5em;
}

.ImageIntroduction {
  margin-bottom: 1rem;
}

.ColumnSection small {
  display: block;
}

.table-info {
  font-size: 0.875em;
}

.table-info th {
  font-weight: normal;
  width: 12em;
  text-align: left;
}

.table-info th span {
  float: right;
}

@media screen and (max-width: 640px) {
  .DrSupervision {
    display: block;
  }
  .DrSupervision dd {
    text-align: left !important;
  }
  .table-info th,
  .table-info td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .table-info th span {
    float: none;
  }
  .table-info td {
    padding-bottom: 1em;
  }
}
