


.shadow-luka{
    transition: all .5s ease-in;
    border-radius: 20px;
    width: 25% !important;
}
.shadow-luka:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all .2s ease-in ;
    transform: translateY(-20px);
}
.naslov-hero{
    font-size: 64px;
    font-weight: 400;
}
@media only screen and (max-width: 479px) {
    .mcb-wrap-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .naslov-hero{
        font-size: 26px;
    } 
    }