.container.asa {
    padding-left: 0px;
    margin-left: -11px;
}
.question{ font-family: inherit; font-size:16px;color:#444;}
.answer {font-family: inherit; color: #444444;}

.question {
    background: #cccccc15;
    margin-top: 8px;
    border:1px solid #cecece;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 12px 16px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
     }
    @media only screen and (max-width: 56.25em) {
      .question {
        font-size: 2.9rem; } }
    @media only screen and (max-width: 56.25em) {
      .question {
        font-size: 2.9rem; } }
  
  .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;  }
    @media only screen and (max-width: 56.25em) {
      .question::after {
        font-size: 4rem; } }
    @media only screen and (max-width: 56.25em) {
      .question::after {
        font-size: 4rem; } }
  
  .question.active::after {
    transform: rotate(45deg); }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s; }
  
  .answer {
    padding: 15px 50px;
    font-size: 15px;
    padding-left: 19px; }
