.t744__info a {
display: inline-block;
padding: 10px 15px;
margin-right: 15px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 3px;
font-weight: 600;
}

.t744__info a:first-of-type {
background-color: #bc574b;
color: #ffffff !important;
}
.t744__info a:last-of-type {
background-color: #566d90;
color: #ffffff !important;
}

То есть, тут только меняется сам класс, в примере: .t744__info
для подобного блока ST205, будет:

.t762__info a {
display: inline-block;
padding: 10px 15px;
margin-right: 15px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 3px;
font-weight: 600;
}

.t762__info a:first-of-type {
background-color: #bc574b;
color: #ffffff !important;
}
.t762__info a:last-of-type {
background-color: #566d90;
color: #ffffff !important;
}