.single-block * + .list-inline {
  margin-top: 10px;
}

.doctor-profile {
  padding-top: 0px;
}

.doctor-profile .text-gray-darker {
  font-size: 1.5rem;
  padding-right: 25px;
}

.board-certification-list {
  padding: 10px 50px;
  list-style: circle;
}

.doctors-name {
  font-size: 3rem;
  text-transform: uppercase;
}

.highlight-text {
  color: #000;
  font-weight: 600;
}

.emphasis {
  color: #57a0ea;
  font-weight: 600;
}

.single-block {
  font-size: 1.5rem;
}

.single-block .gallery-list-inline > * {
  margin: auto;
}

.service-army {
  margin: 3rem auto;
}

.li-uniqueness {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  margin-top: 25px;
}

.li-unique-hr {
  border-top: 5px solid #57a0ea;
  margin: 10px 0;
}

.li-unique-list {
  color: #57a0ea;
  list-style: circle;
  font-weight: 400;
  padding-left: 40px;
}

.li-unique-list .li-list-item {
  margin: 10px 0;
}

.li-video-container {
  margin: 25px auto;
  text-align: center;
  height: 400px;
  width: 100%;
}

.li-surgery-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .doctors-name {
    font-size: 2.5rem;
  }
}
