	.question .question-title h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 64.29px;
}
.question .question-title h3 {
  font-size: 50px;
  font-weight: 200;
  line-height: 64.29px;
  text-transform: uppercase;
}
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: none;
  margin-top: 20px;
}
.accordion-button:not(.collapsed),
.accordion-button {
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  color: #121212;
}
.accordion-button {
  padding-left: 0;
  border-bottom: 1px solid #387947;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-body {
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width:992px) {
    .question .question-title h2 {
        font-size: 40px;
    }
}
@media screen and (max-width:768px) {
    .question .question-title h2 {
        font-size: 27px;
    }
}
