.button-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
.button-arrow span {
  color: #DEDEDE;
  font-family: "Ermilov";
  font-size: clamp(16px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 2.5;
  text-transform: uppercase;
}