/*#company_greeting{
  background-color:#f0f8ff;
}*/
#company_greeting .greeting{
  background-color: rgb(255,255,255,75%);
  border-radius: 15px;
}
#company_greeting h1,
#company h1{
    display: inline-block;
    position: relative;
    color: #333;
}
#company_greeting h1:before,
#company h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color:#e20000;
}
hr {
    border-top: 1px solid rgb(255 0 0 / 10%);
}

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

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

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

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


