.arrow__svg {
  height: 12px;
  font-size: 16px;
}

.back__wrapper {
  margin: 25px 0;
  position: relative;
  @media (--screenLG) {
    margin-bottom: -25px;
  }
}

.back {
  position: absolute;
  width: 100%;
}

.back-link {
  z-index: 2;
  position: relative;
  cursor: pointer;
  width: fit-content;
  align-items: center;

  & span {
    margin-left: 10px;
    display: block;
  }
}
