.product-image{
    min-width: 50%;
}
.product-image img{

    width: 500px;
    height: 600px;
    object-fit: cover;
}

.product-container{
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.btn-book-a-table {
    color: #fff !important;
}

a{
   color: var(--color-primary);
  text-decoration: none !important;

}

@media  only screen and (max-width: 600px) {
    .product-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 10px 50px;
    }

    .product-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: center;
        margin: 50px 0;
    }
    p, h2{
        display: block;
        text-align: justify;
    }
    
    .product-image img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .product-text{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: center;
    }

    section{
        padding: 0;
    }
    h2{
        font-size: 35px !important;
    }
}

div.breadcrumbs{
    position: inherit;
}

section ul{
    margin: 25px;
}

section li{
    font-weight: 600;
    line-height: 0%;
}