/* Утверждённая монограмма АБ. Кадрирование сохраняет исходный рисунок. */
.brand .brand-plush {
  width: 3.6rem;
  min-width: 3.6rem;
  max-width: none;
  height: 2.7rem;
  background-image: url('anna-logo-soft-strength-v1.webp');
  background-size: 185% auto;
  background-position: 50% 26%;
  background-repeat: no-repeat;
}

@media (max-width: 47.99rem) {
  .brand .brand-plush {
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.1rem;
  }
}
