
    /* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 30px;
  font-family: "arial", serif;
  font-size: 28px;
}
section.module p {
  margin-bottom: 0px;
    /*width:65%;*/
  font-size: 16px;
  font-weight: 300;
}

section.module li {
  margin-bottom: 0px;
    /*width:65%;*/
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 40px;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  padding: 200px 0;
    width:65%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 700;
  text-align: left;
  /*text-transform: uppercase;*/
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
section.module.parallax-1 {
  background-image: url("https://www.mt.com/dam/MT-NA/images/laboratory/hospital1.jpg");
}
section.module.parallax-2 {
  background-image: url("https://www.mt.com/dam/MT-NA/images/laboratory/hospital2.jpg");
}
section.module.parallax-3 {
  background-image: url("https://www.mt.com/dam/MT-NA/images/laboratory/hospital3.jpg");
}

section.module.parallax-4 {
  background-image: url("https://www.mt.com/dam/MT-NA/images/laboratory/hospital4.jpg");
}

/*white bg body*/
/*body header*/
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 2.6rem;
      line-height: 3.3rem;
      
  }
  section.module p {
    font-size: 1.4rem;
      line-height: 2.1rem;
  }
    section.module li {
     font-size: 12px;
      line-height: 2.1rem;
  }
  section.module.parallax h1 {
    font-size: 6rem;
      
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 6rem;
      
      

  }
}
