/*#company_greeting{
  background-color:#f0f8ff;
}*/
#recruit h1{
    display: inline-block;
    position: relative;
    color:#28a745;
  font-size: 200%;
}
#recruit h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color:#28a745;
}
#recruit h2{
    background-color:#78d6ff;
    border-radius: 15px;
}
#recruit h3{
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
#recruit h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

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

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

@media (max-width: 767px){
  #recruit h1{
    font-size: 150%;
  }
}

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


