.ds_custom_anchors_html {
    display: flex;
}
.ds_custom_anchors_html_a {
    display: flex;
    justify-content: space-between;
}
.ds_custom_anchors_html_text {
    display: inline-block;
    text-align: left;
}
.ds_custom_anchors_html a {
    text-decoration: none;
}
.ds_custom_anchors_html_text {
    padding-right: 8px;
}
.ds_custom_anchors_html_text_icon {
    padding-left: 5px;
    padding-right: 5px;
}

