.cfg-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.cfg-item {
  width: calc(33.333% - 10px);
}
.cfg-item img {
  width: 100%;
  height: auto;
  display: block;
}
.elementor-gallery__titles-container.e--pointer-underline.e--animation-fade {
  background-color: #cccccc !important;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.elementor-gallery__titles-container .elementor-item {
  padding: 8px 16px;
  background: #eee;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}
a.elementor-item.elementor-gallery-title.elementor-item-active {
  background-color: #656565 !important;
  color: white !important;
}
