.ff-cart-links {
  position: relative;
}

.ff-cart-link-return {
  position: absolute;
  left: 0;
}

.ff-cart-links-steps {
  text-align: center;
}

.ff-cart-page-title {
  padding-top: 20px;
}

@media screen and (max-width: 989px) {
  .ff-cart-page-title {
    padding-top: initial;
  } 
}