.hero {
  position: relative;
  width: 100%;
  height: 320px;
  background: url('/assets/images/areas-of-practice/Corporate Services.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.heroTitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Agency FB', Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}

.contentSection {
  background: #fff;
  padding: 2.5rem 2rem;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  font-family: 'Tw Cen MT', Arial, sans-serif;
}

.contentSection strong {
  font-family: 'Tw Cen MT', Arial, sans-serif;
  font-size: 1.5rem;
}

.contentSection ul {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.contentSection li {
  margin-bottom: 0.8rem;
  line-height: 1.7;
  font-size: 1.2rem;
}

.container {
  display: flex;
  gap: 32px;
  width: 100%;
}

.contentContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
} 