.bl_clinicList {
  gap: 40px;
}

.bl_clinicItem {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_clinicItem:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 2px solid #999;
}

.bl_clinicItem_img {
  aspect-ratio: 335 / 200;
  border-radius: 8px;
  overflow: hidden;
}

.bl_clinicItem_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_clinicItem h3 {
  font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
  line-height: 100%;
  text-align: center;
  position: relative;
  margin: 0;
}

.bl_clinicItem h3 svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 83px;
  height: auto;
}

.bl_clinicItem_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* .bl_clinicItem_content > p {
  display: flex;
  gap: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  align-items: flex-start;
}

.bl_clinicItem_content > p svg {
  width: 24px;
  height: auto;
  flex-shrink: 0;
} */

.bl_clinicItem_phone {
  align-items: center;
  font-weight: 700;
  color: #df6d14;
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem) !important;
}

/* .bl_clinicItem_reserve {
  display: flex;
  gap: 20px;
}

.bl_clinicItem_reserve a {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-weight: 700;
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
  border-radius: 50px;
  color: #fff;
  align-items: center;
  padding-block: 4px 6px;
  max-width: 220px;
}

.bl_clinicItem_reserve a svg {
  width: 20px;
  height: auto;
}

.bl_clinicItem_reserve a:first-child {
  background: #06c755;
}

.bl_clinicItem_reserve a:last-child {
  background: #0070ae;
} */

.bl_clinicItem .el_clinicMore {
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .bl_clinicList {
    gap: min(80px, 5vw);
  }

  .bl_clinicItem:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }

  .shopArchive .bl_subpCont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(80px, 5vw) min(11vw, 160px);
  }

  /* .bl_clinicItem_reserve a {
    height: 42px;
  } */

  /* .bl_clinicItem .el_clinicMore {
    height: 60px;
  } */
}
