.dropdown-accordion .dropdown-block{margin-bottom:20px;cursor:pointer;border:1px solid #eee;padding:10px;background-color:#eee}.dropdown-accordion .dropdown-block.active{background-color:#fff}.dropdown-accordion .dropdown-block-title{transition:0.3s;position:relative;display:flex;align-items:center;justify-content:space-between}.dropdown-accordion .dropdown-block-title .arrow-down{width:30px;height:30px;max-width:30px;max-height:30px;padding:3px}.dropdown-accordion .dropdown-block-title .arrow-down .icon{transition:0.3s;position:relative;font-weight:900;transform:rotate(0deg);fill:#fff0;stroke:#54d9aa;width:100%;max-width:100%;max-height:100%;height:100%}.dropdown-accordion .dropdown-block.active .dropdown-block-title .arrow-down .icon{transform:rotate(180deg)}.dropdown-accordion .dropdown-block-title h3{font-weight:900;color:#54d9aa;font-size:24px;padding:0}.dropdown-accordion .dropdown-block-text{font-size:16px;line-height:1.4;margin-top:10px;display:none}@media only screen and (max-width:768px){.dropdown-accordion .dropdown-block-title .arrow-down .icon{width:20px;max-width:20px;max-height:20px;height:20px}.dropdown-accordion .dropdown-block-title h3{font-size:28px}.dropdown-accordion .dropdown-block-text{font-size:16px}}