.elementor-261 .elementor-element.elementor-element-946870e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b4d41f7 */.alumni-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.alumni-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alumni-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

@media (max-width: 600px) {
  .alumni-gallery img {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-710fa58 */.alumni-narrative {
  background: #ffffff;
  padding: 60px 20px;
}

.alumni-container {
  max-width: 900px;
  margin: 0 auto;
}

.alumni-container p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .alumni-narrative {
    padding: 40px 16px;
  }

  .alumni-container p {
    font-size: 15px;
    line-height: 1.8;
  }
}/* End custom CSS */