/*#company_greeting{
  background-color:#f0f8ff;
}*/
#eating_bg{
  background-color:#fff;
}
#eating h1{
    display: inline-block;
    position: relative;
    color:#28a745;
  font-size: 200%;
}
#eating h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color:#28a745;
}
.eating02 h2{
    background-color:#78d6ff;
    border-radius: 15px;
}
#eating02 h3{
  border-bottom: solid 3px #f9a61a;
  position: relative;
}
#eating02 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #b83b30;
  bottom: -3px;
  width: 20%;
}
.eating_txtarea{
  background-color: rgb(250 166 26 / 15%);
    border-radius: 15px;
}
.eating_kart h4{
    display: inline-block;
    position: relative;
    padding: 0 3em;
    color:#b83b30;
}
.eating_kart h4::before,
.eating_kart h4::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #b83b30;
}
.eating_kart h4::before {
    left: 0;
}
.eating_kart h4::after {
    right: 0;
}
@media (min-width: 768px){
  
}

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

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

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


