.offday-instagram {
  text-align: center;
  padding: 2.4rem 0;
  border-top: 1px solid #E2E2DE;
  background: #FAFAF8;
}

.offday-instagram__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.08em;
  color: #7B8FA1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.offday-instagram__link:hover {
  color: #5F7487;
}
