.header-erp-container {
  display: flex;
  align-items: center;
  padding: 0% 4%;
  justify-content: space-between;
}

.header-erp-subcontainer {
  display: flex;
  align-items: center;
}

.header-erp-subsection {
  display: flex;
  align-items: center;
  padding-left: 120px;
  grid-gap: 20px;
}

.header-erp-logo {
  width: 160px;
  height: 40px;
}

.header-erp-highlighter {
  border-bottom: 2px solid #583EF6;
}

.header-erp-text {
  font-size: 18px;
  color: #7F7E81;
  padding: 10px;
  cursor: pointer;
  text-decoration: none !important;
}

.header-erp-text:hover {
  border-bottom: 2px solid #583EF6;
  color: black;
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .header-erp-subsection  {
    display: none;
  }

  .header-erp-logo {
    width: 120px;
    padding: 16px;
  }
}