/*
 * 360 Digital Marketing page only.
 *
 * Shared service-page styles are in services-common.css (including the
 * .card-glow-hover cards this page uses and the run-dots keyframes reused
 * below); utilities come from main.css. Nothing from those files is repeated
 * here.
 */

/* Gray variant of the marching dotted connector, used on the light process
   section. The yellow variant and the run-dots keyframes are in
   services-common.css. */
.animated-dotted-line-gray {
  background-image: linear-gradient(to right, #d1d5db 50%, transparent 50%);
  background-size: 8px 1.5px;
  background-repeat: repeat-x;
  animation: run-dots 1s linear infinite;
  border: none !important;
  height: 1.5px !important;
}
