2024-01-16 00:23:27 +01:00
|
|
|
.nos-chefs-section {
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2024-01-18 15:19:34 +01:00
|
|
|
.chef-element {
|
2024-01-16 00:23:27 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2024-01-17 18:47:54 +01:00
|
|
|
|
|
|
|
.chef-container {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chef {
|
|
|
|
flex: 1;
|
|
|
|
max-width: 300px;
|
|
|
|
margin: 10px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border-radius: 8px;
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chef img {
|
2024-01-16 00:23:27 +01:00
|
|
|
max-width: 100%;
|
2024-01-17 18:47:54 +01:00
|
|
|
border-radius: 8px;
|
2024-01-16 00:23:27 +01:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2024-01-17 18:47:54 +01:00
|
|
|
.chef h3 {
|
|
|
|
margin-top: 10px;
|
2024-01-16 00:23:27 +01:00
|
|
|
color: #4A305A;
|
|
|
|
}
|