.menu-hero {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    width: 100%;
}

.menu-hero img {
    width: 100%;
}

.text-col {
    padding-top: 20%;
}

.image-col {
    padding: 20%;
}

.image-col svg {
    position: relative;
    top: -70%;
    left: -30%;
    z-index: -1;
}

.menu-hero p {
    margin-bottom: 50px;
}

#product-list {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.product-card {
    border: 3px solid;
    border-color: #7799A5;
    border-radius: 50px;
    width: 250px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.card-head {
    height: 30%;
    background-color: #7799A5;
    padding-inline: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-head p {
    display: inline;
    margin: 0;
}

.nutrition-link {
    display: flex;
    gap: 10px;
    align-items: center;
    height: fit-content;
}

h4 {
    margin: 0;
}

.product-card img {
    width: 100%;
    position: relative;
    top: -50px;
    z-index: -1;
}

/* .modal {
    display: none;
} */
