.azure-bootcamp-gallery { background: #fff; color: #0b2f53; }
.azure-bootcamp-gallery h2 { margin: 0 0 24px; }
.azure-bootcamp-gallery-featured { margin: 0; overflow: hidden; border-radius: 14px; background: #eef4fb; }
.azure-bootcamp-gallery img { display: block; width: 100%; height: auto; }
.azure-bootcamp-gallery figcaption { padding: 18px 20px; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 700; }
.azure-bootcamp-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.azure-bootcamp-gallery-grid img { border-radius: 12px; }
@media (max-width: 760px) {
  .azure-bootcamp-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 480px) {
  .azure-bootcamp-gallery-grid { grid-template-columns: 1fr; }
  .azure-bootcamp-gallery figcaption { padding: 14px; }
}
