@media (max-width: 640px) {
  #stairlifts .btn1, #stairlifts .btn2, .btn1, .btn2 {
    height: 36px;
    width: 100%;
    padding: 10px 20px;
  }
	#hero {
  background-image: url("assets/small/hero-bg.png");
}
  .btn:hover, .btn1:hover, .btn2:hover, #contact-form button:hover {
    box-shadow: 0 6px 10px 3px rgb(31 35 65 / 44%);
  }
  /*
  #stairlifts h2 {
    font-size: 28px;
    line-height: 35px;
  }
*/
  #stairlifts .need-card {
    padding: 1rem 1rem;
  }
  #stairlifts .need-card p {
    font-size: 15px;
    line-height: 23px;
  }
  #reviews h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #ourStairlifts {
    margin: 0 2rem;
  }
  #ourStairlifts h1 {
    font-size: 40px;
    line-height: 55px;
  }
  #ourStairlifts h2 {
    font-size: 30px;
    line-height: 35px;
  }
  #ourStairlifts p {
    font-size: 15px;
    line-height: 19px;
  }
  #ourStairlifts .need-card {
    padding: 1rem 1rem;
  }
  #ourStairlifts .need-card p {
    font-size: 15px;
    line-height: 23px;
  }
  #ourStairlifts .btn1, #ourStairlifts .btn2 {
    height: 36px;
    width: 100%;
    padding: 10px 20px;
  }
  #ourStairlifts .need-card .btn1, #ourStairlifts .need-card .btn2 {
    height: 36px;
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  #descTab .tabcontent {
    padding: 4rem 3rem;
  }
}
@media (max-width: 340px) {
  .descTabs .follow {
    margin: 93rem auto 0;
  }
}