.site-logo-text {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.about-photo {
  overflow: hidden;
  border-radius: 16px;
}

.about-photo img {
  display: block;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
