.pediatric-oncology-container {
  padding-top: 2rem;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.section-head-title {
  font-size: 0.754rem;
  color: var(--brandClr);
  line-height: 100%;
  margin-bottom: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-bottom: 1.4rem;
}

.pediatric-oncology-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pediatric-oncology-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.doctor-image-info {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .doctor-image-info {
    display: flex;
    flex-direction: ;
    align-items: flex-end;
  }
  .doctor-info {
    /* width: 6.31rem; */
    flex-shrink: 0;
    text-align: left;
    margin-left: 1rem;
  }
}

.doctor-image {
  width: 4.509rem;
  border-radius: 8px;
}

.doctor-name {
  color: var(--brandClr);
  font-weight: bold;
  font-size: 0.622rem;
}

.doctor-title {
  font-size: 0.471rem;
  color: #11181c;
}

.doctor-description {
  font-size: 0.566rem;
  /* max-width: 500px; */
  width: 50%;
}
@media screen and (max-width: 768px) {
  .doctor-description {
    width: auto;
  }
}

.description-title {
  color: #d47fa1;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.754rem;
}

/* Responsive for small devices */
@media (max-width: 768px) {
  .doctor-description {
    max-width: 100%;
    margin-top: 1rem;
    /* padding: 0 10px; */
  }

  .description-title {
    font-size: 0.636rem;
  }
  .description-title br {
    display: none;
  }
}
