.inpractice{margin-bottom:50px;margin-top:50px}@media(min-width:768px){.inpractice{margin-bottom:75px;margin-top:75px}}@media(min-width:1024px){.inpractice{margin-bottom:100px;margin-top:100px}}.inpractice__title{margin:0 auto 30px;max-width:700px;width:100%;h2{margin-bottom:0}h2,span{color:#192d41;line-height:1}}@media(min-width:768px){.inpractice__title{text-align:center}}.inpractice__content{p{margin:0}}.inpractice__wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.inpractice__item{align-items:center;background-color:#fff;border:1px solid transparent;border-radius:8px;column-gap:20px;display:flex;flex-wrap:wrap;padding:20px 40px 20px 20px;position:relative;transition:all .3s ease;width:100%}.inpractice__item:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%231f2a37' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:16px;position:absolute;right:20px;top:25px;transition:transform .2s ease;width:16px}.inpractice__item[aria-expanded=true]:after{transform:rotate(180deg)}.inpractice__item-content{max-height:0;opacity:.5;overflow:hidden;transition:max-height .25s ease,opacity .2s ease;width:100%}.inpractice__item[aria-expanded=true] .inpractice__item-content{margin-top:20px;opacity:1}.inpractice__item-content[hidden]{display:block;max-height:0}.inpractice__item-content p{margin:0}.inpractice__item--blue{border:1px solid #e1eaf1}.inpractice__item--blue:hover{background-color:#e1eaf1;border-color:#1f2a37}.inpractice__item--purple{border:1px solid #ded8e8}.inpractice__item--purple:hover{background-color:#ded8e8;border-color:#1f2a37}.inpractice__item--green{border:1px solid #cfe5d8}.inpractice__item--green:hover{background-color:#cfe5d8;border-color:#1f2a37}.inpractice__item--orange{border:1px solid #f6d2c3}.inpractice__item--orange:hover{background-color:#f6d2c3;border-color:#1f2a37}.inpractice__item--grey{border:1px solid #e1eaf1}.inpractice__item--grey:hover{background-color:#e1eaf1;border-color:#1f2a37}@media(min-width:768px){.inpractice__item{padding:30px 40px 30px 20px;width:calc(50% - 10px)}.inpractice__item:after{top:35px}}@media(min-width:1024px){.inpractice__item{width:calc(33.33333% - 13.33333px)}}.inpractice__item-title h3{font-family:Mulish,sans-serif;font-size:16px;font-weight:700;margin:0}.inpractice__item-icon{align-items:center;display:flex;height:30px;justify-content:center;min-height:30px;svg{display:block;height:auto;width:100%}}.inpractice__item-title{width:calc(100% - 60px)}.inpractice__item-button{margin-top:20px}