@media (min-width: 1001px) {
  .business-grid { grid-template-columns: repeat(5, 1fr); }
}

.cosmetics::before {
  left: 24px;
  bottom: 5px;
  width: 28px;
  height: 45px;
  border: 1px solid var(--gold);
  border-radius: 3px 3px 8px 8px;
}

.cosmetics::after {
  left: 30px;
  bottom: 51px;
  width: 16px;
  height: 12px;
  border: 1px solid var(--gold);
  border-bottom: 0;
}

@media (min-width: 801px) and (max-width: 1000px) {
  .business-grid { grid-template-columns: repeat(3, 1fr); }
  .business-card:nth-child(3) { border-right: 0; }
  .business-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 800px) {
  .business-card:nth-child(4) { border-bottom: 1px solid var(--line); }
}
