.landing-brand img,
.site-header .brand img {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

.site-header .secure {
  color: #594b52;
  font-weight: 750;
}

.landing-brand img {
  width: 126px;
  height: 134px;
}

@media (max-width: 600px) {
  .landing-brand img {
    width: 104px;
    height: 111px;
  }
}
