#section-back-button {
  height: 0;
  padding: 0;
  margin: 0;
}

.btn-back-from {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: none;
  color: #00285F;
  border:  none;
  font-weight: bold;
  font-size: 18px;

}

.btn-back-from.light {
  color: #fff;
}

.btn-back-from span {
  padding-left: 0.7rem;
  margin-top: -3px;
}