.accordion{justify-content:space-between;display:flex;margin-top:48px;cursor:hand;cursor:pointer}
.accordion-text{float:left;display:block;padding:0;width:fit-content}
.accordion-image{float:right;width:24px;height:24px;display:block;margin:auto;margin-right:0}
.down{background:url('/resource/img/download/acc_arrow_down.svg') no-repeat}
.right{background:url('/resource/img/download/acc_arrow_right.svg') no-repeat}
.small-accordion{border-bottom:medium none;height:23px;margin:24.5px auto;text-align:center;display:flex;width:143px;color:#0b4859;font-weight:400;font-size:20px;line-height:23px}
.small-accordion .accordion-image{margin-left:16px;margin-top:3px;width:15.4px}
.small-accordion:hover{color:#00a2cf}