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