.catalog__matches-card > div:first-child {
    margin-bottom: 15px;
}
.catalog__matches-card .catalog__match-item {
    border: 1px solid #DEE0E3;
    border-radius: 4px;
}
.d-flex.match-field {
    justify-content: space-between;
    margin-bottom: 35px;
}
.catalog__matches-card{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.catalog__matches-card:first-child {
    margin-right: 29px;
}