@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.our_menu{
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background-color: white;
    text-align: center;
}
.our_menu h1 {
    color: #333;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Playfair Display', serif;
}
.our_menu_p{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.our_menu_p p {
    font-size: 1rem;
  line-height: 1.2;
  color: #333;
  font-family: sans-serif;
  max-width: 500px;
}
