.small-logo{
    display: none;
}
@media screen and (min-width:1200px) {

    .header--logo img{
       max-width: 200px !important;
        height: auto;
    }  
}

@media only screen  and (max-width: 992px){

    .small-logo{
        display: block;
        max-height: 50px !important;
        border-radius: 10px;
        width: auto;
    }
    .big-logo{
        display: none;
    }

    .h-90{
        height: 50px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}


.text-success{
    color:green !important;
}

.h-90{
    height: 90px !important;
}