.accordion{width:100%}.accordion-button{padding:1rem 4rem 1rem 1.5rem;margin:0;position:relative;background:#326980;color:#fff;cursor:pointer}.accordion-button:hover{background:#234959}.accordion-button::after{padding-top:.2rem;content:"+";position:absolute;right:1.5rem;font-weight:300;background-color:rgb(0 131 155 / .4);border-radius:100%;width:25px;height:25px;display:flex;justify-content:center;align-items:center}.accordion-button.active::after{content:"−"}.accordion-content-wrapper{background:#fff;margin-bottom:1rem;max-height:0;overflow:hidden;transition:max-height 0.3s}.accordion-content{padding:1.5rem}