.headers--section {
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.headers--menu {
  width: 32px;
  max-width: 145px;
  font-size: 22px;
  height: auto;
  padding: 0px;
  color: var(--color-text);
  border: none;
  background-color: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.headers--menu.for-login {
  margin-right: 12px;
  height: auto;
  width: auto;
  text-transform: uppercase;
  padding: 1px 18px;
  color: var(--color-layout) !important;
  border: none;
  border: 2px solid var(--color-primary) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--common-radius);
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .headers--menu.for-login {
    margin-right: 5px;
    height: auto;
    width: auto;
    padding: 1px 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 575px) {
  .headers--menu {
    height: 27px;
  }
}

.headers--menu i, .headers--menu svg, .headers--menu img {
  width: 100%;
  height: auto;
  margin-top: 7px;
  object-fit: contain;
  color: black;
  fill: black;
}

.headers--title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.headers--logo {
  width: 100%;
  height: 35px;
  object-fit: contain;
}

.headers--logo.square {
  height: 70px;
}

