.greeting{
  background-position:bottom center;
  background-repeat:no-repeat; 
}
#greeting header{
  background-color:#397aae;
}
#greeting ul li{
  border-bottom:dashed 1px #ccc;
  line-height: 2em;
}
#greeting .greeting-group{
  background-color:#f7f7f7;
}
#greeting h3{
  position: relative;
  color: white;
  background:#8db4d3;
  line-height: 1.4;
}
@media (max-width: 1199px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #greeting header {
      font-size: 2vw;
  }
  #greeting ul li,
  #greeting p{
    font-size: 2.6vw;
  }
  
}

@media (max-width: 575px){
  #greeting header{
    font-size:2.8vw;
  }
  #vision h1{
    font-size:6vw;
  }
  #greeting ul li,
  #greeting p{
    font-size: 3.5vw;
  }
}


