body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
}

.gallery-header {
  background: url('assets/images/about-bg.jpg') no-repeat center center/cover;
  color: #fff;
  background-attachment: fixed;
}

.gallery-section {
  background-color: #fff;
}

.gallery-card {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: scale(1.03);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
