.customer-oriented-wrapper {
  background-color: var(--bg-light-blue);
  background-image: url('/assets/background-lines2.png');
  padding-block: 4.5625rem;
  max-height: 41rem;
  margin-top: 25rem;
  margin-bottom: 20rem;
  z-index: 3;
  box-sizing: border-box;
}

.customer-oriented-content {
  max-width: var(--max-screen-width);
  margin: 0 auto;
  position: relative;
}

.customer-oriented-bottom {
  display: flex;
  gap: 5rem;
  margin-bottom: -5rem;
}

.customer-oriented-bottom > svg {
  width: 43.75rem;
  height: 29.1875rem;
}

.info-card-wrapper {
  position: relative;
  width: max-content;
  height: max-content;
  margin-top: 4.5rem;
  box-sizing: border-box;
}

.customer-oriented-heading {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxl);
  line-height: 3.125rem;
  margin: 0 0 1.5rem 0;
  color: var(--blue);
  box-sizing: border-box;
}

.customer-oriented-description {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxxl);
  line-height: 3.5625rem;
  color: var(--main-text-color);
  margin-block: 0;
  max-width: 80.25rem;
  z-index: 2;
  position: relative;
}

.customer-oriented-info-card {
  border-radius: var(--border-radius);
  background: var(--white);
  position: relative;
  padding: 3rem 3.5rem;
  border: 1px solid var(--main-text-color);
  height: max-content;
  max-width: 35rem;
  color: var(--main-text-color);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xxl);
  line-height: 2.625rem;
  z-index: 10;
}

.info-card-wrapper .info-card-shadow {
  box-sizing: border-box;
  background: var(--bg-light-blue);
  border-radius: var(--border-radius);
  height: 100%;
  width: 100%;
  border: 1px solid var(--main-text-color);
  position: absolute;
  right: -2.2rem;
  top: 3.2rem;
}

.dotted-line-image {
  position: absolute;
  top: -67%;
  left: 0;
  z-index: 1;
}

.dotted-arrow {
  margin-left: 8rem;
}

/* Responsive */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .info-card-wrapper {
    margin-right: 5.2rem;
  }
}

@media only screen and (max-width: 1366px) {
  .dotted-line-image {
    position: absolute;
    max-height: 28rem;
    height: 100%;
    left: 9rem;
    top: -25rem;
  }

  .dotted-arrow {
    margin-left: 14rem;
  }

  .customer-oriented-wrapper {
    margin-block: 14rem 10rem;
    padding-top: 0;
    max-height: 100%;
    background-image: none;
    background-color: unset;
  }

  .customer-oriented-bottom {
    justify-content: space-between;
    align-items: center;
    gap: unset;
    height: 100%;
  }

  .customer-oriented-bottom > svg {
    max-width: 32rem;
    width: 100%;
    height: 100%;
    margin-inline: 3rem 0;
  }

  .info-card-wrapper {
    margin-top: 0;
    width: 32rem;
    padding-inline: 1.5rem 2.5rem;
    margin-right: 5rem;
  }

  .customer-oriented-info-card {
    padding: 3rem 3.5rem;
    width: 30rem;
    box-sizing: border-box;
  }

  .info-card-wrapper .info-card-shadow {
    width: 30rem;
    right: -2rem;
    top: 3rem;
  }

  .customer-oriented-text {
    background-color: var(--bg-light-blue);
    background-image: url('/assets/background-lines2.png');
    background-position: top;
    padding: 3rem 3rem 15rem;
  }

  .customer-oriented-bottom {
    margin-top: -15rem;
  }

  .optimised-wrapper .optimised-heading {
    margin-bottom: 3rem;
  }

  .optimised-text .optimised-info {
    margin-top: 3rem;
  }

  .customer-oriented-content {
    max-width: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .customer-oriented-text {
    padding: 3rem 1.5rem 17rem;
  }

  .customer-oriented-bottom > svg {
    margin-inline: 1.5rem 0;
  }
}

@media only screen and (max-width: 1080px) {
  .customer-oriented-bottom > svg {
    margin-inline: 1.5rem 0;
  }

  .customer-oriented-bottom {
    gap: 1rem;
  }

  .info-card-wrapper {
    width: 25rem;
    margin-right: 3.5rem;
    padding-inline: 0;
  }

  .customer-oriented-info-card {
    padding: 3rem 3rem;
    width: 25rem;
  }
  .info-card-wrapper .info-card-shadow {
    width: 25rem;
    right: -2rem;
    top: 2rem;
  }
}

@media only screen and (max-width: 960px) {
  .dotted-line-image {
    display: none;
  }

  .dotted-arrow {
    display: block;
    margin-inline: auto;
  }

  .customer-oriented-bottom {
    flex-direction: column;
    gap: 4rem;
  }

  .customer-oriented-bottom > svg {
    margin-inline: 1.5rem;
  }

  .info-card-wrapper {
    width: 41rem;
    align-self: end;
    margin-right: 5rem;
  }

  .customer-oriented-info-card {
    width: 39rem;
    max-width: 100%;
  }

  .info-card-wrapper .info-card-shadow {
    width: 39rem;
    right: 0;
    top: 2.75rem;
  }

  .customer-oriented-text {
    padding: 3rem 1.5rem 17rem;
  }

  .customer-oriented-bottom {
    margin-top: -18rem;
  }

  .customer-oriented-wrapper {
    margin-block: 8rem 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .customer-oriented-wrapper {
    margin-block: 4rem 10rem;
    max-height: 100%;
  }

  .customer-oriented-bottom > svg {
    width: calc(100% - 2rem);
    height: 100%;
  }

  .info-card-wrapper {
    box-sizing: border-box;
    margin-right: 0;
    align-self: unset;
    margin-top: 0;
    padding-inline: 1.5rem 3.5rem;
    max-width: 41rem;
    width: 100%;
  }

  .customer-oriented-info-card {
    max-width: 39rem;
    width: 100%;
  }

  .info-card-wrapper .info-card-shadow {
    max-width: 39rem;
    width: calc(100% - 5rem);
    right: 1.5rem;
  }

  .customer-oriented-text {
    padding: 3rem 1.5rem 12rem;
  }

  .customer-oriented-bottom {
    margin-top: -13rem;
  }

  .customer-oriented-bottom > svg {
    margin-inline: auto;
  }
  .dotted-arrow {
    max-width: 30rem;
    width: 100%;
  }

  .customer-oriented-description {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .dotted-line-image,
  .dotted-arrow {
    display: none;
  }

  .customer-oriented-wrapper {
    margin-block: 4rem 5.5rem;
  }

  .customer-oriented-bottom > svg {
    width: calc(100% - 3rem);
    height: 100%;
    margin-inline: auto;
  }

  .info-card-wrapper {
    margin-top: 0;
  }

  .customer-oriented-text {
    background-color: var(--bg-light-blue);
    padding: 3rem 1rem 8rem;
  }

  .info-card-wrapper {
    margin-top: 0;
    padding-inline: 1rem 2rem;
  }

  .customer-oriented-info-card {
    padding: 3rem 1rem;
  }

  .customer-oriented-wrapper {
    margin-block: 4rem 6.5rem;
  }
  .customer-oriented-info-card {
    padding: 3rem 1rem;
    max-width: 100%;
  }

  .info-card-wrapper .info-card-shadow {
    width: calc(100% - 3rem);
    right: 1rem;
    left: 2rem;
    top: 1rem;
  }

  .customer-oriented-bottom {
    margin-top: -5rem;
  }

  .customer-oriented-bottom > svg {
    margin-inline: auto;
    width: calc(100% - 2rem);
  }
}
