.society-Logo {
  border-radius: 10px;
  max-width: clamp(15px, 40vw, 100px);
  height: auto;
}

h5 {
  font-size: clamp(12px, 5vw, 20px);
  color: rgb(214, 203, 203);
  line-height: clamp(20px, 4vw, 40px);
  margin: auto;
}

/* Images */
.galImgParent {
  display: flex;
  size: clamp(700px, 4vw, 2500px);

  border: solid;
  border-radius: 45px;
  border-color: rgb(64, 90, 255);

  margin: 15px;
  margin-bottom: 1px;
  padding: 0;
  overflow: hidden;
}

.galImg {
  border-radius: 45px;
  width: clamp(700px, 4vw, 2500px);
  margin: 0px;

  object-fit: cover;
  object-position: center;
}

figcaption {
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0;
  gap: 0;

  font-weight: bold;
  font-size: clamp(10px, 1vw, 50px)
}