.section-back-button .back-button {
  background: none;
  border: none;
  font-size: 14px;
  color: #45494D;
  line-height: 16px;
  cursor: pointer;
  text-decoration: none;
}

.section-back-button .back-button .icon {
  transform: rotate(180deg);
  margin-right: 10px;
}

.section-back-button .back-button:hover span {
  text-decoration: underline;
}