div.collapsible-section{max-width:640px}div.section-title{align-items:center;border-bottom:1px solid #cdd7f3;display:flex;font-weight:700;justify-content:space-between;padding:16px 0}div.card-body{padding:16px 32px}img.section-arrow{transition:transform .2s ease-in-out}div.section-title[aria-expanded=false] img.section-arrow{height:16px;transform:rotate(-90deg);width:16px}div.section-title[aria-expanded=true] img.section-arrow{height:16px;width:16px}.collapse{display:none;height:0;transition:height 2s ease-in}.show{display:block!important;height:100%}@media (max-width:768px){div.collapsible-section{display:flex;flex-direction:column;max-width:640px;padding:0 32px}}