.back-button{
  width: 36px;
  height: 32px;
  border: 1px solid rgb(225, 225, 225);
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}
.back-button svg{
  transform: scale(2.5) rotateX(180deg);
  position: relative;
  top: -3px;
  left: -2px;
}