.app-dashboard {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 14rem;
  margin: 18rem 0 21.5rem 0;
  overflow: visible;
  text-align: center;
}

.app-dashboard > img {
  width: 75%;
  margin: auto;
  z-index: 1;
  position: relative;
  max-width: 140rem;
}

.app-dashboard-bg {
  background: var(--secondary);
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: 0;
  right: 0;
}

@media (max-width: 1700px) {
  .app-dashboard > img {
    max-width: 113rem;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .app-dashboard > img {
    max-width: 93rem;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .app-dashboard > img {
    max-width: 78rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .app-dashboard > img {
    max-width: 78rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .app-dashboard {
    display: none;
  }
}
