.fag-contact-details-area {
    background:#670213 none repeat scroll 0 0;
    padding-top: 50px;
}
.top-layer {
    content: '';
    position: absolute;
    left: 0;
    top: -73px;
    width: 100%;
    height: 74px;
    background: url(../images/pattern-food.png) center bottom repeat-x;
    z-index: 0;
}
.bottom-layer {
    content: '';
    position: absolute;
    left: 0;
    bottom: -73px;
    width: 100%;
    height: 74px;
    background: url(../images/pattern-food-btm.png) center top repeat-x;
    z-index: 0;
}
.single-food-box {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    margin-top: 30px;
    box-shadow: 0 10px 24px 0 rgb(198 162 2 / 75%);
}
.food-head h4 {
    color: #670213;
    text-transform: uppercase;
    margin: 20px 0 8px 0px;
    font-size: 30px;
    font-family: 'Rajdhani-bold';
    letter-spacing: 0.03em;
    line-height: 20px;
}
.food-text p {
    margin: 0;
    text-align: center;
    font-family: 'RobotoCondensedRegular';
    font-size: 19px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
}






