#header {
    background: url(images/head-image-medevio.png) no-repeat top left;
}
#header #header-mail {
    transition: color 0.3s ease;
    width: 186px;
    height: 28px;
    border-radius: 8px;
    color: rgb(33, 33, 57);
    background-color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    font-weight: 700;
    background-image: url(images/icon-medevio.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 6px center;
    padding-left: 18px;
}
#header #header-mail:hover {color: rgba(33, 33, 57,0.8);}