.t786__descr a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-weight: 600;
}

.t786__descr a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.t786__descr a:last-of-type {
    background-color: #ffffff;
    color: #000000 !important;
    border: 1px solid #000000;
}

.t786__descr a:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}