.oneapp-details {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}

.deal-management,
.compliance-sign-wrapper,
.wallet-wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  width: 95%;
  max-width: 159rem;
}

.compliance-sign-wrapper {
  align-items: stretch;
}

.deal-management,
.compliance-box,
.e-sign-box,
.wallet-wrapper {
  border-radius: 3rem;
  background-color: var(--background);
  padding: 9rem 6rem;
  flex: 1;
  text-align: center;
}

.deal-management > div,
.wallet-wrapper > div {
  flex: 1;
}

.deal-management-desc,
.wallet-wrapper-desc {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.deal-management-title,
.compliance-box-title,
.e-sign-box-title,
.wallet-wrapper-title {
  color: var(--primary);
  font-size: 2.1rem;
}

.deal-management-desc h4,
.wallet-wrapper-desc h4 {
  font-size: 4.5rem;
  line-height: 6rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: var(--secondary);
  font-weight: 400;
}

.deal-management-desc > div,
.wallet-wrapper-desc > div {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #112439;
  font-family: "Roboto";
  padding: 0 4rem;
}

.wallet-wrapper-desc h4 {
  padding: 0 8rem;
}

.compliance-box > h4,
.e-sign-box > h4 {
  font-size: 3.6rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

.e-sign-box > img {
  margin-top: 3.5rem;
  height: 10rem;
  margin-bottom: 3.5rem;
}

.compliance-box-desc {
  margin-top: 2.2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #112439;
  font-family: "Roboto";
}

.deal-management img,
.e-sign-box img,
.wallet-wrapper-img img {
  width: 100%;
}

#complianceLottie {
  width: 30rem;
  height: 30rem;
  margin: auto;
}

#signaturesLottie {
  width: 40rem;
  height: 20rem;
  margin: auto;
}

@media (max-width: 1700px) {
  .deal-management,
  .compliance-sign-wrapper,
  .wallet-wrapper {
    max-width: 133rem;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .deal-management,
  .compliance-sign-wrapper,
  .wallet-wrapper {
    max-width: 113rem;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .deal-management,
  .compliance-sign-wrapper,
  .wallet-wrapper {
    max-width: 93rem;
  }

  .deal-management,
  .compliance-box,
  .e-sign-box,
  .wallet-wrapper {
    padding: 6rem 3rem;
  }

  .deal-management-desc > div,
  .wallet-wrapper-desc > div {
    padding: 0;
  }

  .deal-management-title,
  .compliance-box-title,
  .e-sign-box-title,
  .wallet-wrapper-title {
    font-size: 1.9rem;
  }

  .deal-management-desc h4,
  .wallet-wrapper-desc h4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .deal-management-desc > div,
  .wallet-wrapper-desc > div {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .e-sign-box > img {
    margin: 2rem 0;
  }

  #complianceLottie {
    width: 25rem;
    height: 25rem;
  }

  #signaturesLottie {
    width: 30rem;
    height: 15rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .deal-management,
  .compliance-sign-wrapper,
  .wallet-wrapper {
    max-width: 75rem;
  }

  .deal-management,
  .compliance-box,
  .e-sign-box,
  .wallet-wrapper {
    padding: 6rem 3rem;
  }

  .deal-management-desc h4,
  .wallet-wrapper-desc h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .deal-management-desc > div,
  .wallet-wrapper-desc > div,
  .wallet-wrapper-desc h4 {
    padding: 0;
  }

  .e-sign-box > img {
    margin: 1.5rem 0;
  }

  #complianceLottie {
    width: 20rem;
    height: 20rem;
  }

  #signaturesLottie {
    width: 25rem;
    height: 12.5rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .deal-management,
  .compliance-sign-wrapper,
  .wallet-wrapper {
    flex-direction: column;
  }

  .deal-management-desc h4,
  .wallet-wrapper-desc h4 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .compliance-box > h4,
  .e-sign-box > h4 {
    font-size: 2.5rem;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
