.back-page {
  margin-top: 2.5em;
}
.back-page a {
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-size: 1em;
  font-weight: bold;
  color: #007b49;
}
.back-page a svg {
  transform: rotate(90deg);
}
.back-page a:hover {
  color: #00663D;
  text-decoration: underline;
}
.back-page a:hover svg path {
  fill: #00663D;
}