.manthan_logo {
    max-height: 120px !important;
    background-color: #fff !important;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .manthan_logo {
        height: 120px !important;
        padding: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    .manthan_logo {
        height: 90px !important;
        padding: 5px !important;
    }
}