.centralizing .aaron {
  margin-bottom: 24px;
}

.accordion {
  --bs-accordion-border-radius: none;
}

/* .content-div {
  margin-top: 101px;
} */

.curve-icon.right-curve {
  bottom: -120px !important;
  right: 80px !important;
}

.sales-banner p {
    max-width: 606px;
}

/* Missing media query styles from the first file */
@media (max-width: 1080px) {

  .content-div {
    margin-top: 0px;
  }

  .sales-banner p {
    max-width: 606px !important;
    text-align: center;
    margin: 28px auto 52px;
  }

  .packaged-service .row>* {
    padding-right: 0;
    padding-left: 0;
  }

  .whats-new {
    padding: 120px 0;
  }

  .help-your-customers {
    box-shadow: 0px 7.99px 39.97px 7.99px #0b122029;
    border-radius: 8px !important;
  }
}

@media (max-width: 700px) {
  .sales-image {
    display: flex;
    justify-content: center;
  }

  .sales-image img {
    max-width: 506px;
  }
}