/* Home · Sectors — template-parts/gf-home-sectors.php */

.gf-home .our_-niche {
  padding-top: var(--gf-section, clamp(3.5rem, 7vw, 6.5rem));
  padding-bottom: var(--gf-section, clamp(3.5rem, 7vw, 6.5rem));
}
.gf-home .niche--right__img { border-radius: var(--radius-md, 4px) !important; box-shadow: none !important; }
@media (max-width: 768px) {
  .gf-home .our__niche--halves { grid-template-columns: 1fr; }
}
