﻿.cari {
    width: 50%;
}

/* Mobile Effectr */
@media only screen and (max-width: 992px) {
    .cari {
        width: 75%;
    }
}
