.logo-image {
  width: 190px;
  height: auto;
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
}

.logo-image img {
  display: block;
  width: 190px;
  height: auto;
  max-width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
}

.logo-footer {
  width: 190px;
  height: auto;
  display: block;
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
}

.logo-footer img {
  display: block;
  width: 190px;
  height: auto;
  filter: invert(1);
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
}

@media (max-width: 430px) {
  .logo-image {
    width: 155px;
  }

  .logo-image img {
    width: 155px;
  }
}
