.bx_act_detail {
position: relative;
}
.bx_act_detail > span:after {
position: absolute;
transform: rotate(
-45deg);
content: "";
border-width: 0 0 2px 2px!important;
height: 5px;
width: 8px;
margin: 8px 0 0 -4px;
border: solid #c5a995;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}