.galeria-titulo {
    margin-bottom: 30px;
    font-weight: 700;
}

.galeria-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s ease;
}

.galeria-item img:hover {
    transform: scale(1.03);
}
