/* v222: reuse the exact outlined gear from the "Оригінальні запчастини" card. */
@media (max-width: 991px) {
  #why-wmf .why-benefit-card:first-child .why-line-icon::after {
    display: block !important;
    width: 27px !important;
    height: 27px !important;
    content: "" !important;
    background: url("../icons/gear-outline-v221.svg") center / contain no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
  }
}

@media (min-width: 992px) {
  #why-wmf .why-benefit-card:first-child .why-line-icon > svg {
    display: none !important;
  }

  #why-wmf .why-benefit-card:first-child .why-line-icon::after {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    content: "" !important;
    background: url("../icons/gear-outline-v221.svg") center / contain no-repeat !important;
  }
}
