html,
body {
  background-color: #ffffff;
}
.section {
  min-height: calc(100vh - 120px);
  margin-top: 100px;
  color: #000;
  padding: 40px;
  padding-top: 60px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}

.accordion-button {
  font-size: 26px;
  font-weight: 700;
  border-radius: 15px !important;
}
.accordion-body {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  padding-bottom: 60px;
}
.text-left {
  text-align: left;
}
.accordion-body p b {
  display: inline-block;
  margin-bottom: 5px;
}

.accordion-body a {
  color: var(--special-color);
}
.accordion-body a:hover {
  text-decoration: underline;
}
