.t762__descr a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family:TildaSans
    font-weight: 600;
}

/*настройки цвета и фона первой кнопки*/
.t762__descr a:first-of-type {
    background-color: #B49E7D;
    color: #ffffff !important;
}

/*настройки цвета и фона второй кнопки*/
.t762__descr a:nth-of-type(2) {
    background-color: #B49E7D;
    color: #ffffff !important;
}

/*настройки цвета и фона последней кнопки*/
.t762__descr a:nth-of-type(3) {
    background-color: #B49E7D;
    color: #ffffff !important;
}