.Maincontainer {
    margin-top: 125px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.setcontent {
    width: 80%;
    max-width: 1150px;
    margin: 0 auto;
}

.para3 {
    position: relative;
    z-index: -11;
    clear: both;
    width: 100%;
    max-width: 1150px;
    margin: 10px auto;
    margin-bottom: 20px;
    color: #543f17;
    font-family: 'Lato-Regular';
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .5px;
    z-index: 8;
    text-align: justify;
}

.setCenter {
    text-align: center;
}

#Destop {
    display: block;
}

#Destop img {
    text-align: center;
    width: 80%;
    max-width: 1150px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#Destop1 {
    display: block;
}

#Destop1 img {
    text-align: center;
    width: 100%;
    max-width: 1150px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#Ipad {
    display: none;
}

.dinninghead {
    font-family: Lato-Regular;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .5px;
    width: auto;
    text-transform: uppercase;
    padding-left: 0%;
    padding-top: 35px;
    height: 15px;
    font-weight: bold;
    text-align: center;
    color: #a67b00;
    padding-bottom: 30px;
}

.dinninghead_th {
    font-family: 'thaisanslite';
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .5px;
    width: auto;
    text-transform: uppercase;
    padding-left: 0%;
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
    color: #a67b00;
    padding-bottom: 15px;
}

@media only screen and (max-width : 1024px) {
    #Ipad {
        display: block;
    }

    #Ipad img {
        width: 100%;
    }

    #Destop, #Destop1 {
        display: none;
    }
}

@media only screen and (max-width : 790px) {
    #Ipad {
        display: block;
    }

    #Ipad img {
        width: 100%;
    }

    #Destop, #Destop1 {
        display: none;
    }

    .Maincontainer {
        margin-top: 105px;
    }
}

@media only screen and (max-width :600px) {
    #Ipad {
        display: block;
    }

    #Destop {
        display: none;
    }

    .Maincontainer {
        margin-top: 105px;
    }
}

@media only screen and (max-width :480px) {
    .Maincontainer {
        margin-top: 95px;
    }

}
