/*
 Theme Name:   Flatsome Child
 Template:     flatsome
 Version:      1.0
 Author:       Your Name
 Description:  Child theme for Flatsome.
*/

@import url("../flatsome/style.css");
.customer-gallery-slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  margin-bottom: 30px;
}
.customer-gallery-slider img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 10px;
}
