section#services,
section#services .marbleBg {
  height: calc(100vh + (80px * 3));
}

@media (min-width: 1441px) {
}

@media (min-width: 1025px) and (max-width: 1440px) {
  section#services,
  section#services .marbleBg {
    height: calc(100vh + (80px * 3));
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  section#services,
  section#services .marbleBg {
    height: calc(100vh + (80px * 3));
  }
}

@media (max-width: 768px) {
  section#services,
  section#services .marbleBg {
    height: calc(100vh + (80px * 3));
  }
}
