@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
    margin: 0;
    /* padding: 0; */
    padding: 0;
    box-sizing: border-box;
}

.about_chef {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background-color: #f3f5ee;
}

.about_chef_container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.about_chef_card {
    width: 50%;
   
}

.about_chef_card h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 500px;
}

.about_chef_card p {
    font-family: sans-serif;
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 25px;
    max-width: 600px;
}

.about_chef_cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
.about_chef_cards_one{
    width: 100%;
    padding: 20px 20px ;
    background-color: white;
    border: 1px solid #474747;
    text-align: center;
    
    
}
.about_chef_cards_one h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}

.about_chef_card1 img {
    width: 100%;
    height: 560px;
    border-radius: 20px;
    display: block;
}
