/** Specific styles for home page */
.section-landing,
.section-welcome {
  height: 850px;
}
@media screen and (max-width: 2200px) {
  .section-landing {
    height: 650px;
  }
  .section-welcome {
    height: 650px;
  }
}
@media screen and (max-width: 1499px) {
  .section-landing {
    height: 550px;
  }
  .section-welcome {
    height: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .section-landing {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-landing {
    height: 400px;
  }
  .section-welcome {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .section-landing {
    height: 290px;
  }
  .section-welcome {
    height: 268px;
  }
}
@media screen and (max-width: 575px) {
  .section-landing {
    height: 200px;
  }
  .section-welcome {
    height: 200px;
  }
}
