

#section-3 .container .image-container{
    background-image: url(images/aboutimg1.png);
    background-position: center;
    background-repeat: no-repeat;
}

#overlay-section{
    padding-top: 0;
}

.overlay{
    background-image: url(images/about-bg1.png);
    width: 100%;
    height: 600px;
    background-size: cover;
    filter: brightness(0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.overlay{
    color: white;
    filter: none !important;
}

.overlay i{
    padding: 2rem;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    color:#AD343E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cuisine-item span{
    font-weight: 400;
    gap: 1rem;
    margin-left: -40px;
}
.cuisine-item i{
    color: #AD343E;
    font-size: 32px;
}
.cuisine-item{
   width: 23%;
}

.container .left{
    align-self: flex-start;
    width: 48%;
}

.container .right{
    width: 48%;
}

.container .right img{
    max-width: 100%;
}
#section-information{
    background-color: #F9F9F7;
}

.container .left .grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
    margin-top: 1rem;
    place-items: center;
}
.container .left .grid button{
    background-color: #ededed;
    padding: 1rem;
    width: 125px;
    height: 125px;
    line-height: 1.5;
    font-weight: 500;
    font-family: cursive;
}


@media (width<768px) {
    #section-information .container{
       flex-direction: column;
    }
    .container .left,.container .right{
        width: 100%;
    }
   
}

@media (width<1290px) {
    .cuisine-item span{
       
        margin-left: 0px;
    }
}

@media (width<510px) {
    
    #overlay-section .container{
        flex-direction: column;
    }
    .cuisine-item{
        width: 100%;
        text-align: center;
    } .cuisine-item span{
       
       justify-content: center;
    }
}