.qa {
  width: calc(100% - 30px);
  max-width:1600px;
  margin: 40px auto;
}
.qa .accordion-item {
  border-radius: 20px !important;
  border: 3px solid #f2f6f9 !important;
  background-color:#e8edf1 !important;
  margin-bottom: 20px;
  padding: 10px 0;
}
.qa .accordion-item button {
  font-size: 1rem;
  font-weight: bold;
  color:#323850 !important;
}
.accordion-button::after {
    background-size:1rem !important;
    height:1rem !important;
    width:1rem !important;
}
.qa .accordion-item .accordion-button {
  box-shadow: none;
  background-color: transparent;
}
.qa .accordion-item {
  color: #4b4a4a;
  font-size: 1rem;
}
.qa .title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.qa .subtitle {
  text-wrap: balance;
  color: #636060;
}
.qa .link{
  background-color: #ffffff;
  border-radius: 20px;
  border: 3px solid #f2f6f9;
}
.qa .link p{
  margin: 20px 5px;
  font-size: 1.123;
  font-weight: bold;
}
.qa .link a{
  display: inline-block;
  color: #ffffff;
  background-color: #2277f6;
  text-decoration: none;
  font-size: 1.123rem;
  border-radius: 10px;
  padding: 10px;
  margin: 0 5px 20px 0;
}
@media (min-width: 586px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .qa .accordion-item button {
  font-size: 1.5rem;
  font-weight: bold;
}
.accordion-button::after {
    background-size:1.5rem !important;
    height:1.5rem !important;
    width:1.5rem !important;
}
}
@media (min-width: 1200px) {
  .qa {
    width: calc(100% - 8rem);
  }
  .qa .link p{
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
}
