
.gtl-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}
.gtl-item {
  width: 30%;
  text-align: center;
}
.gtl-item img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.gtl-caption {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}
.gtl-line {
  display: block;
  line-height: 1.4;
}
