.main-image {
    background-image: url(images/main-logo.svg);
}
.service-image {
    background-image: url(images/service-logo.png);
}
.main-logo {
    width: 350px;
    background-size: cover;
    resize: both;
    background-repeat: no-repeat;
    height: 270px;
    background-position: center;
}

.service-logo {
    width: 200px;
    height: 45px;
    background-size: 200px 45px;
}

.eidv {
    display: none !important;
}