.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
}

.light-brand .brand-logo {
  filter: drop-shadow(0 2px 5px rgb(0 0 0 / 25%));
}

.equipment-photo {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: contain;
  background: #f5f7f3;
  border-bottom: 1px solid #d8ded9;
  margin: -32px -32px 24px;
  width: calc(100% + 64px);
  padding: 18px;
}

@media (max-width: 520px) {
  .brand-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
}
