.header {
  padding: calc(6 * var(--xxs-vh)) calc(4 * var(--xxs-vw));
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--white);
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid var(--black-10);
}

.icon {
  margin-right: calc(6 * var(--xxs-vw));
  @media screen and (min-width: 1000px) {
    margin-right: calc(6 * var(--xxs-px));
  }
}

.textContainer {
  display: flex;
  flex-direction: column;
}