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

.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;
}
.cust-btn {
    width: 45%;
}

/* 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: left;
  }

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

  .help-your-customers {
    box-shadow: 0px 7.99px 39.97px 7.99px #0b122029;
    border-radius: 8px !important;
  }
.microsoft-dynamics-365 {
    width: 280px !important;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
section.capabilities.space-comman-section h4 {
    color: #000;
}
section.capabilities.space-comman-section p {
    color: #000;
}
section.capabilities.space-comman-section .right-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
} 
.cust-btn {
    width: 60%;
} 
}
@media (max-width: 767px) {
  .card-packaged-service{
    height: 222px;
  }
  .cust-btn{
    width: 100%;
  }

}


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

.sales-image img {
    max-width: 506px;
  }
.microsoft-dynamics-365 {
    width: 100% !important;
}
section.capabilities.space-comman-section .right-col {
  grid-template-columns: 1fr;
} 
.cust-btn {
    width: 100%;
}
}