/* General */
img{
  border-radius: 10px;
}

/* Grid met chefs */
.lcoty-chefs-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 32px;
}

.lcoty-chefs .chef h3{
  margin-top: 20px;
  margin-bottom: 5px;
}

.lcoty-chefs .chef .restaurant{
  opacity: 60%;
  font-size: 90%;
  margin-bottom: 20px;
}