.doubts__inner{display:flex;flex-direction:column;gap:32px;padding:60px 0}@media(max-width:767px){.doubts__inner{gap:24px;padding:40px 0 20px}}.doubts__grid{display:flex;flex-direction:column;gap:16px}.doubts-cell__header{box-sizing:border-box;display:block;margin:0;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;text-transform:none;border-radius:0;background-color:transparent;background-image:none;cursor:pointer;outline:0;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;align-items:center;width:100%;border:1px solid #e8ebf1;padding:20px;grid-template-columns:66px auto 36px;grid-gap:22px 12px;gap:22px 12px;text-align:left;border-radius:16px;background:#fff}.doubts-cell__header:focus{outline:0}@media(max-width:767px){.doubts-cell__header{grid-template-columns:52px auto 32px}}.doubts-cell__body{display:flex;flex-direction:column;gap:22px;padding:28px 30px 20px}@media(max-width:767px){.doubts-cell__body{gap:12px}}.doubts-cell__body .list li:not(:last-of-type){margin-bottom:22px}@media(max-width:767px){.doubts-cell__body .list li:not(:last-of-type){margin-bottom:12px}}.doubts-cell__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f1f3f9;color:#623cd8;transition:background-color .15s ease}@media(max-width:767px){.doubts-cell__btn{width:32px;height:32px}}.doubts-cell__btn svg{transform:scale(1);transition:transform .2s ease 0s;stroke-width:1.5}.doubts-cell--opened .doubts-cell__btn{background-color:#361ca5;color:#fff}.doubts-cell--opened .doubts-cell__btn svg{transform:scaleY(-1)}