.question__header-wrapper{align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:.5rem;width:95%}.question__header{line-height:1;margin:.2rem 0 0;padding:0}.question__cheveron-toggler{fill:#000;transform:rotate(0deg);transition:transform .4s ease-in-out}.question__cheveron-toggler.cheveron-opened{fill:#fff;background-color:#000;border-radius:50%;transform:rotate(90deg);transition:transform .4s ease-in-out}.question__answer-wrapper{border-bottom:1px solid #322b2b;border-top:1px solid #322b2b;margin:0 auto;max-height:0;overflow:hidden;padding:0 2rem;transition:max-height .6s ease-in-out;width:95%}.question__answer-text{padding-bottom:1rem;padding-top:2rem}.question__answer-text>h4{font-size:.6rem;letter-spacing:normal;margin-bottom:.5rem}.question__answer-text>p{font-size:.6rem}@media (min-width:750px){.question__header-wrapper{padding:1rem;width:90%}.question__answer-wrapper{width:90%}}@media (min-width:1020px){.question__header-wrapper{padding:1rem 2rem;width:70%}.question__answer-wrapper{width:70%}.question__answer-text>h4{letter-spacing:normal;margin-bottom:.5rem}}