.page-header + .section {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .page-header + .section {
    margin-top: 0;
  }
}

.our-doctors .about-unit {
  flex-direction: column;
}

.our-doctors h1 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2.5px;
  width: 100%;
}

@media (max-width: 768px) {
  .our-doctors h1 {
    text-align: center;
  }
}

.doctor-highlight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
}

.doctor-highlight h4 {
  max-width: 500px;
  padding: 15px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: inherit;
}

.profile-bio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .profile-bio {
    margin: auto;
  }
}

.profile-bio p {
  font-size: 1.5rem;
}

.profile-bio span,
.doctor-highlight span,
.peer-reviewed-publications span {
  font-weight: 700;
  color: #1e98d7;
}

.profile-bio img {
  margin: 3rem 0;
}

.profile-bio h3 {
  background-color: rgba(34, 122, 211, 0.5);
  background-color: #1e98d7;
  color: #fff;
  padding: 15px;
  font-size: 2rem;
  margin: 2.5rem 0;
  text-align: center;
}

.profile-bio h4 {
  font-size: 1.5rem;
}

.aside-info img {
  margin-bottom: 125px;
}

/* NURSE AREA BELOW */

.university-block {
  margin-bottom: 2.5rem;
}

.patricia-images img {
  margin: 1rem auto;
}

.left-bio {
  margin-top: 5rem;
}

.nurse-background p {
  font-size: 1.5rem;
}

.nurse-block p span,
.nurse-background p span {
  color: #1e98d7;
  font-weight: 700;
}

/* MARY BETH FULLER */

.mary-beth-fuller-bio img,
.mary-beth-fuller-bio p {
  margin: 2rem 0;
}
