@charset "UTF-8";
.clinic-top-topic-2 {
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.479)), url("/img/clnicOutsaide.jpg");
  background-size: cover;
  background-position: center;
}

.clinic-page-contents {
  width: 95%;
  margin: auto;
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.clinic-page-contents .clinic-page-items {
  width: 45%;
  margin: 30px auto;
  text-align: center;
}
.clinic-page-contents .clinic-page-items h3 {
  padding: 20px 10px;
  border-bottom: 3px solid rgb(4, 0, 255);
}
.clinic-page-contents .clinic-page-items h3::before {
  content: "🔷";
  color: rgb(64, 83, 253);
}
.clinic-page-contents .clinic-page-items img {
  margin-top: 2%;
  width: 90%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}/*# sourceMappingURL=clinic-page.css.map */