@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Quicksand:wght@500;700&display=swap');
:root {
  --first-color: #5D534A;
  --second-color: #FFF5DA;
  --first-font: 'Quicksand', sans-serif;
  --second-font: 'Abril Fatface', cursive;
}
@media (max-width: 1280px) {
  #description .gallery-card {
    max-width: 50%;
  }
  #ourStairlifts .image1 {
    background-image: url("assets/large/acorn-130.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -174px;
    width: 100%;
    border-right: 2px solid var(--first-color);
  }
  #ourStairlifts .image2 {
    background-image: url("assets/large/acorn-180.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -134px;
    width: 100%;
    border-right: 2px solid var(--first-color);
  }
}
@media (max-width: 1024px) {
  #hero {
    padding: 80px 25px 0px 25px;
    height: auto;
  }
  #hero div {
    justify-content: center;
  }
/*
  #stairlifts {
    width: auto;
  }
*/
  #stairlifts .need-card {
    padding: 1rem 2rem;
  }
  #reviews {
    max-width: 510px;
	}
  #ourStairlifts {
    margin: 0 4rem;
  }
/*
  #ourStairlifts .cards {
    min-height: 700px;
    width: 100%;
  }
  #ourStairlifts .need-card {
    padding: 1rem 8rem;
  }
*/
  .descTabs .follow {
    margin: 820px auto 0;
  }
}
@media (max-width: 800px) {
  #description .gallery-card {
    margin-bottom: 120px;
  }
  .descTabs .tab-wrap {
    width: 100%;
    margin: auto;
  }
  #description .gallery-card {
    max-width: 80%;
  }
}