.t776__descr a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12.7px 25px;     
    height: auto;             
    min-width: unset;        

    margin-right: 12px;
    margin-top: 7px;
    margin-bottom: 10px;

    border-radius: 10px;       
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;

    text-decoration: none;
    box-sizing: border-box;
    font-family: inherit;
}

/* первая*/
.t776__descr a:first-of-type {
    background-color: #ff4a4a;
    color: #ffffff !important;
}

/* вторая */
.t776__descr a:last-of-type {
    background-color: #ff4a4a;
    color: #ffffff !important;
    margin-bottom: 30px;
}