.hero {
    background-image: url('assets/port-cros.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 24px 24px;
    text-align: center;
    min-height: 80vh;
}
.footer {
    text-align: center;
    padding: 20px 0;
    background-color: #f8f9fa;
}
.section-title {
    margin-bottom: 2rem;
    text-align: center;
}

.gallery {
    object-fit: cover;
    height: 100%;
    max-height: 33vh;
    width: 100%;
}