.s4 {
  /* margin: 10px 0px 0px 10px; */
  background-color: rgb(250, 238, 253);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 0px;
  margin: 0px 20px 20px 20px;
}

.gallery img {
  width: 100%;
  height: 300px;
  padding: 10px;
  border-radius: 15px;
}

#h3g {
  padding: 20px;
  text-align: center;
  font-size: xx-large;
  color: rgb(111, 4, 160);
  /* margin-top: 10px; */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
}

.gallery img:hover {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

.gallery p {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: large;
  color: #d57515;
  margin-top: 10px;
  margin-left: 5px;
}