:root {
  /* --primary-color: #fd5a0f; */
  --primary-color: #f05323;
  --border-color: rgb(224, 224, 224);
  --dark-grey: #454c54;
  --light-grey: #7a7a7a;
}

.page1 {
 /* height: 82%; */
height: calc(100% - 100px);
  width: 100%;
  /* background: red; */
}

.page3 {
  /* height: 100%; */
  /* min-height: auto; */
  min-height: 80%;
  width: 100%;
}

.page2 {
  height: 120%;
}

#footer-page {
  min-height: auto;
}

#contact-home-page {
  height: 50%;
  /* background-color: black; */
}

.range-of-products-page {
  height: 180%;
}

@media (max-width: 768px) {
  .page1 {
    height: 40% !important;
  }

  #footer-page {
    min-height: auto;
  }

  .range-of-products-page {
    /* height: 140%; */
    min-height: 170%;
  }

  .page3 {
    /* height: 75%; */
    min-height: auto;
  }
  #main .page2 {
    height: auto;
  }
}
