.your-accordion-header-class {
  border-radius: 60px !important; /* Adjust the pixel value as needed for uniform rounding */
  overflow: hidden !important; /* Helps ensure the border radius applies correctly to nested elements */
    border-width: 2px;
  border-style: solid;
  border-color: #023020;
  margin-bottom: 4rem;
    width: 60%;
    margin-left: 2rem;
    height: 50px !important; /* Adjust height as needed */
    padding: 5px !important;
    padding-left: 50px !important;
}

.why-choose-class {
     margin: 6rem;
}