/* osteotherapie.css – section Ostéo-Thérapie */

#osteo .about {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
}
#osteo img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
#osteo .text p {
  color: var(--text-light);
  margin-bottom: 1rem;
}
@media (min-width: 800px) {
  #osteo .about {
    flex-direction: row;
    align-items: center;
  }
  #osteo .text { flex: 1; padding-right: 3rem; }
  #osteo .image { flex: 1; }
}
