/* Homepage laptop callouts: status on the right, data flow on the left. */
.hero-visual .data-card-one {
  right: 5%;
  left: auto;
}

.hero-visual .data-card-three {
  right: auto;
  left: 7%;
}

@media (max-width: 1100px) and (min-width: 621px) {
  .hero-visual .data-card-one {
    right: 3%;
  }

  .hero-visual .data-card-three {
    left: 4%;
  }
}
