.logo-wrap a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 150px !important;
}
.header-section-2 {
  position: sticky !important;
  top: 0% !important;
  left: 0% !important;
  background: #f5f5f5 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #004540 !important;
  z-index: 999 !important;
}
