.main-image {
  background-image: url(images/main-logo.png);
}

.service-image {
  background-image: url(images/service-logo.png);
}

.main-logo {
  width: 350px;
  max-width: 100%;
  height: 150px;
  background-size: cover;
  resize: both;
  background-repeat: no-repeat;
}

.service-logo {
  width: 75px;
  height: 45px;
  background-size: 75px 45px;
}

.sar {
  display: none !important;
}