/* Header + Footer logo */
img[alt="Dharti Acres"] {
    height: 140px !important;
    max-height: 140px !important;
    width: auto !important;
}

/* Header ko thoda smaller rakhna ho toh */
header img[alt="Dharti Acres"],
.navbar img[alt="Dharti Acres"] {
    height: 95px !important;
    max-height: 95px !important;
    width: auto !important;
}

/* Footer logo bigger */
.footer img[alt="Dharti Acres"],
footer img[alt="Dharti Acres"] {
    height: 140px !important;
    max-height: 140px !important;
    width: auto !important;
}