.mommy-doctor {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .mommy-doctor {
    margin-right: auto;
  }
}

.mommy-doctor_title {
  font-size: 15px;
  margin-bottom: 10px;
}

.mommy-doctor_list {
  display: flex;
  gap: 20px;
  width: fit-content;
}

.mommy-doctor_img {
  width: auto;
  height: 150px;
}

#main .mommy-doctor_img img {
  width: auto;
  height: 100%;
  /* object-fit: cover; */
}

@media screen and (max-width: 768px) {
  #main .mommy-doctor p.mommy-doctor_title {
    text-align: center;
  }
}
