html {
  height: 100%;
  width: 100%;
}

.insurance-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.insurance-logo {
  padding: 0.5rem 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2c3e50;
  text-align: center;
  border: 1px solid #e0e0e0;
  min-width: 120px;
}