#fw-section-custom-html-df135376-0e24-4ed5-bc57-ae9e7eee7c67 {

.gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding: 20px;
    }
.gallery-item {
        text-align: center;
    }
.gallery-item a {
      text-decoration: none;
      color: black;
    }
.gallery-item img {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      height: 80%;
      
    }
.gallery-item h3 {
      margin: 10px 0 0;
      font-size: 16px;
    }
}