.carrossel {
    margin-bottom: 40px;
}

.gallery {
    background: var(--gray-light);
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.gallery-cell {
    width: 66%;
    height: 400px;
    margin-right: 15px;
    background: #333;
    border-radius: 8px;
}

.gallery-cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}