.doctor-tellme {
  margin-bottom: 70px;
}

.media-body {
  margin-bottom: min(15vw, 70px);
}

.doctor-tellme-list {
  margin-top: 30px;
  flex-flow: row wrap;
  gap: 4vw calc((100% - (32% * 3)) / 2);
}

.doctor-tellme-item {
  flex: 0 0 32%;
  text-align: center;
}

audio {
  margin-top: 10px;
}

.doctor-tellme-text {
  margin-top: 10px;
  min-height: 112px;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 960px) {
  .doctor-tellme-list {
    margin-top: 30px;
    flex-flow: row wrap;
    gap: calc(100% - (48% * 2));
  }

  .doctor-tellme-item {
    flex: 0 0 48%;
  }
}

@media screen and (max-width: 420px) {
  .doctor-tellme-list {
    gap: 10vw 0;
  }

  .doctor-tellme-item {
    flex: 0 0 100%;
  }
}
