.header,
.header * {
  box-sizing: border-box;
}

.header {
  background: var(--color-neutral-grayscale-0);
  padding: 24px 144px 24px 144px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo {
  flex-shrink: 0;
  width: 100px;
  height: 32px;
  position: relative;
}

.icone {
  height: auto;
  position: absolute;
  right: 70%;
  left: 0%;
  width: 30%;
  bottom: 3.13%;
  top: 3.12%;
  height: 93.75%;
  overflow: visible;
}

.typo {
  height: auto;
  position: absolute;
  right: 0%;
  left: 34%;
  width: 66%;
  bottom: 0%;
  top: 0%;
  height: 100%;
  overflow: visible;
}

.divider {
  background: var(--color-neutral-grayscale-100);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}
