.ez-header {
    height:70px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}


.ez-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}

.ez-logo img {
    display: block;
    width: 250px;
    height: auto;
    max-width: 100%;
}

/* Tablet */
@media (max-width: 1024px) {
    .ez-logo img {
        width: 190px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ez-logo img {
        width: 160px;
    }
}

/* Very small phone */
@media (max-width: 380px) {
    .ez-logo img {
        width: 145px;
    }
}




