_about.scss 232 B

12345678910111213
  1. .about-heading {
  2. @media (min-width: 992px) {
  3. .about-heading-img {
  4. position: relative;
  5. z-index: 0;
  6. }
  7. .about-heading-content {
  8. margin-top: -5rem;
  9. position: relative;
  10. z-index: 1;
  11. }
  12. }
  13. }