@charset "utf-8";

.doctor {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1058px;
  margin: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.doctor img {
  margin-bottom: 3em;
}