.connected-wrapper {
  background-color: var(--bg-light-blue);
  background-image: url('/assets/background-lines1.png');
  height: 46.875rem;
  display: flex;
  justify-content: center;
  align-items: end;
}

.connected-content {
  max-width: var(--max-screen-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -4rem;
  box-sizing: border-box;
}

.connected-wrapper .connected-heading {
  text-align: center;
  color: var(--blue);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxxl);
  line-height: 4.0625rem;
  margin: 0 0 1.5rem 0;
}

.connected-wrapper .connected-info {
  z-index: 4;
  text-align: center;
  color: var(--main-text-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxxl);
  line-height: 4.0625rem;
  margin-bottom: 4rem;
  box-sizing: border-box;
}

.connected-wrapper .connected-info-card {
  box-sizing: border-box;
  background: var(--bg-black);
  width: 45rem;
  border-radius: 1rem;
  padding: 3rem;
  z-index: 5;
}

.connected-info-card > svg {
  width: 3rem;
  height: 3rem;
}

.connected-wrapper .connected-info-card p {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xxl);
  line-height: 2.625rem;
  color: var(--light-green);
}

.connected-bottom {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ad-manager-plant:first-of-type {
  z-index: 3;
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  width: 12.5rem;
}

.ad-manager-plant:last-of-type {
  z-index: 3;
  position: absolute;
  bottom: -2rem;
  right: 1rem;
  width: 12.5rem;
}

/* Responsive */
@media only screen and (max-width: 1366px) {
  .connected-wrapper {
    width: 100%;
    height: 100%;
  }

  .connected-wrapper .connected-heading {
    padding: 8rem 1.5rem 0;
  }

  .connected-wrapper .connected-info {
    padding-inline: 3rem;
  }

  .connected-content {
    flex-direction: column;
  }

  .connected-wrapper .connected-info-card {
    max-width: 45rem;
  }

  .connected-info-card p {
    margin-block: 1.5rem 0;
  }

  .ad-manager-plant {
    max-width: 11.25rem;
    width: 100%;
  }

  .ad-manager-plant:first-of-type {
    bottom: 0;
  }

  .ad-manager-plant:last-of-type {
    bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .ad-manager-plant {
    max-width: 8.75rem;
    width: 100%;
  }

  .connected-wrapper .connected-info {
    padding-inline: 1.5rem;
  }
}

@media only screen and (max-width: 1080px) {
  .connected-wrapper {
    margin-top: -2.5rem;
  }

  .connected-wrapper .connected-heading {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .connected-wrapper {
    max-width: 100%;
  }

  .connected-wrapper .connected-info {
    margin-bottom: 3rem;
  }

  .connected-wrapper .connected-info-card {
    max-width: 30rem;
    margin-inline: 1.5rem;
    z-index: 5;
  }

  .ad-manager-plant {
    max-width: 7rem;
    width: 100%;
  }

  .connected-content {
    max-width: 100%;
  }

  .connected-wrapper .connected-heading,
  .connected-wrapper .connected-info {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .connected-wrapper .connected-info {
    margin-bottom: 4rem;
    padding-inline: 1rem;
  }

  .connected-wrapper .connected-info-card {
    width: 100%;
    padding: 3rem 1.5rem;
    margin-inline: 1rem;
  }

  .ad-manager-plant {
    display: none;
  }

  .connected-wrapper .connected-heading {
    padding-inline: 1rem;
  }
}

@media only screen and (max-width: 320px) {
  .connected-wrapper .connected-info-card {
    margin-inline: 0;
    border-radius: 0;
  }
}
