a.expand-bar span {
    color: #febe10;
}

.expandable{transition:all 250ms ease-in-out}.expandable .expand-bar{position:absolute;display:block;left:0;bottom:0;width:100%;cursor:pointer;text-decoration:none;font-weight:500;box-sizing:border-box;padding-left:25px;padding-right:25px;font-size:12px;text-transform:uppercase;line-height:20px}.expandable .expand-bar .less,.expandable .expand-bar .more{font-size:16px;font-weight:700}.expandable .expand-bar::before{position:absolute;width:100%;height:20px;top:-20px;left:0;display:block;content:""}.expandable .expand-bar i{transition:all 250ms ease-in-out;position:absolute;width:20px;height:20px;display:block;top:50%;right:10px;margin-top:-10px;transform:rotate(-90deg)}.expandable.expanded .expand-bar i{transform:rotate(90deg)}.expandable .expand-bar i::after,.expandable .expand-bar i::before{position:absolute;width:10px;height:1px;background:#1d1d1d;content:"";left:5px}.expandable .expand-bar i::before{transform:rotate(45deg);top:13px}.expandable .expand-bar i::after{transform:rotate(-45deg);top:6px}