/* =========================== PICTURES =========================== */
.pictures .pict {
    width: 100%;
    height: 100vh;
    border-radius: 20px;
    background: url('/assets/img/umkm4log.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 835px) {
    .pictures .pict {
        height: 80vh;
    }    
}