.main-animaux {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.image-animaux,
.gallery-animaux {
  width: 280px;
  height: 350px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}

.animaux-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
}

.style-text {
  max-width: 320px;
  min-width: 220px;
  text-align: justify;
}


@media (max-width: 768px) {

.animaux-text {
  flex-direction: column;
} 

}
