/*
Theme Name: Enaon
Template: hello-elementor
Version: 2.0.0
Text Domain: enaon
*/

.single .gallery {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single .gallery figure {
  max-width: 23%;
}

.single .gallery figure img {
  border-radius: 7px;
}
