.hero__button {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: orange;
  width: 200px;
  padding: 100px 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(15deg) translateY(-20%);
  position: absolute;
  right: 103px;
  top: 50%;
  height: 0;
  flex-direction: column;
}

.hero__button span {
  font-size: 2.153rem;
}

@media (max-width: 810px) {
  .hero__button {
    font-size: 1.4rem;
    width: 170px;
    padding: 85px 0;
    z-index: 1;
  }
  .hero__button span {
    font-size: 1.8rem;
  }
}

@media (max-width: 756px) {
  .hero__button {
    width: 100px;
    padding: 50px 0;
    right: inherit;
    top: 50%;
    font-size: 1.1rem;
    transform: translateY(-30%) rotate(15deg);
  }
  .hero__button span {
    font-size: 1.3rem;
  }
}
