.header-custom2 {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #10367A 0%, #D3D3D3 100%);
  padding: 56px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-bottom: 32px;
}
.header-custom2 .header-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
  margin-right: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.header-custom2 .header-content h1 {
  font-size: 2.2rem;
  color: #FE5716;
  margin: 0 0 8px 0;
  font-family: 'Montserrat', sans-serif;
}
.header-custom2 .header-content p {
  color: #000000;
  font-size: 1.1rem;
  margin: 0;
}

@media (max-width: 768px) {
  .header-custom2 {
    border-radius: 0;
  }
}