/* Klub za odrasle - Help centar */

.brand img {
    width: 230px !important;
    height: auto !important;
}

/* Manji logo na mobilnim uređajima */
@media (max-width: 768px) {
    .brand img {
        width: 180px !important;
        height: auto !important;
    }
}
