.public-layout .back-button-main {
  margin: 1rem;
  font-size: 1.3rem;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  color: #03C03C;
  border: 1px solid #03C03C;
}