Hi,
If the content is being added via Beaver Builder then the following should work.
.fl-row a:link,
.fl-row a:visited {
color: #17c0b8;
padding: 5px 5px;
text-decoration: underline;
}
.fl-row a:hover {
color: #17c0b8;
text-decoration: none;
background-color: #edfaf9;
transition-duration: 0.4s;
}