#1. You need to add 2 texts and then hyperlink them

You will have this

#2. Use this code to Custom CSS box
/* List slideshow 2 buttons */
.list-item-content__description p a {
text-decoration: none;
}
.list-item-content__description p a:nth-child(1) {
background-color: #fff;
color: #000;
padding: 10px 20px;
border-radius: 10px;
margin-right: 10px;
}
.list-item-content__description p a:nth-child(2) {
background-color: #f1f;
color: #fff;
padding: 10px 20px;
border-radius: 10px;
}
Result:
