<style>
.t-redactor__tte-view .t-redactor__text a[href="https://brichcar.ru/"] {
display: inline-block;
margin-top:30px;
padding:20px 30px;
border-radius: 10px;
background-color: #252525;;
color: #fff !important;
font-size: 16px;
font-weight: 500;
transition: 0.3s ease-in;
}
.t-redactor__tte-view .t-redactor__text a[href="https://brichcar.ru/"]:hover{
background-color: #393939;
color: #fff !important;
}
</style>