.safety-security-banner-section {
  background: url(../images/safety-security-banner-section-BG.png) no-repeat
    center;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 20px;
}
.how-it-work-box {
  text-align: center;
  h4 {
    font-weight: 700;
    font-size: 24px;
    margin-block: 17px;
  }
  p {
    font-weight: 400;
    font-size: clamp(1rem, 0.9318rem + 0.3409vw, 1.1875rem);
  }
}
.Transparency-wrapper {
  background-color: #ecf4f1;
}

/* Frequently Asked Questions start here */
.Frequently-Asked-Questions-wrapper .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.Frequently-Asked-Questions-wrapper .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.Frequently-Asked-Questions-wrapper .accordion-item {
  color: var(--bs-accordion-color);
  background-color: none;
  border: none;
  border-bottom: 1px solid #00000040;
}
.Frequently-Asked-Questions-wrapper
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.Frequently-Asked-Questions-wrapper .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.Frequently-Asked-Questions-wrapper .accordion-button {
  font-weight: 400;
  font-size: 22.51px;
}
.Frequently-Asked-Questions-wrapper .accordion-body {
  font-weight: 400;
  font-size: 22.51px;
  color: #484848;
}
.Frequently-Asked-Questions-wrapper p {
  font-weight: 400;
  font-size: 14.32px;
  color: #434242;
  text-align: center;
  margin-top: 68px;
}
/* Frequently Asked Questions end here */
