.clinic-top-topic-2 {
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.479)), url("http://twebnes.com/wp-content/uploads/2025/07/clnicOutsaide.jpg");
  background-size: cover;
  background-position: center;
}

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