.admin-access-brand {
  align-items: center;
  display: flex;
  height: 38px;
  margin-bottom: 34px;
  transform: none;
  width: 190px;
}

.admin-access-brand::after {
  color: #352e3d;
  content: "Territórios";
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-left: 50px;
  white-space: nowrap;
}

.admin-access-brand i {
  transform: rotate(-7deg);
}

@media (max-width: 520px) {
  .admin-access-brand {
    margin-bottom: 28px;
  }
}
