/*splash section*/
.splash-jumbotron-medicine{
  background-image: url("img/background/black_and_white.jpg");
  height: 100vh;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.splash-text{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  transform: translate(-50%, -50%);
  color:white;
}

.splash-hr{
  border-top: 2px solid #38383B;
  width:80%;
}

.splash-jumbotron-medicine p{
  font-size: 20px;
  font-weight:400;
  

}

.splash-jumbotron-medicine h1{
  font-size: 60px;
  color:white;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size:60px;
}
