.deal-network-wrapper__row .rbDealRow {
    margin-bottom:20px;
    display: flex;
    justify-content: space-between;
}
.rbDealRow .item-logo-wrap {
    width: 180px;
    padding: 0;
}
.rbDealRow-logo {
    display: block;
    padding: 12px 15px;
}


.rbDeal-title {
    font-weight: bold;
    font-size: 20px;
    color: #161616;
    padding: 0 0 4px;
}
.rbDeal-title span {
    padding: 0 8px;
}
.rbDeal-title span img {
    border-radius: 0;
    vertical-align: baseline;
}
.rbDealRow .promoTxt {
    font-weight: 600;
    font-size: 18px;
    color: #3a8fac;
}
.rbDealRow .col-platform-inner i {
    color: #3A8FAC;
    font-size: 24px;
    margin: 0 0 0 5px
}
.rbDealRow .promoTxt, .rbDealRow-buttons {
    margin-bottom: 10px;
}
.cat-network-desc__row.tc_info_overview {
    font-size: 10px;
    padding: 0 10px 10px;
    line-height: 1.2;
}
.rbDealRow-buttons {
    width:100%;
}
.rbDealRow-buttons > * {
    flex-basis: calc(50% - 5px);
}

i.icon {
    width: unset!important;
}

.t_and_c_wrap {
    padding-top: 5px;
}

svg.icon-client-ov{
    width: 20px;
    height: 20px;
    fill: #3a8fac;
}

@media (min-width: 575px) {
    .rbDealRow-logo {
        border-right: 1px solid #F5F5F5;
        display: block!important;
    }
    .rbDealRow .item-logo-wrap {
        max-width: 20vw
    }
    .rbDealRow-rating {
        padding: 10px 15px 47px 18px;
        flex-basis:178px;
        flex-shrink:0
    }
    .rbDealRow-content {
        padding: 12px 0 0 20px;
        flex-basis: 100%;
    }
    .rbDealRow-rating {
        flex-direction: column;
        align-items: flex-end
    }
    .rbDealRow-content .termsFD {
        text-align: left;
    }

}
@media (max-width: 574px) {
    .deal-network-wrapper__row .rbDealRow {
        flex-wrap: wrap;
    }
    .deal-network-wrapper__row .rbDealRow > * {
        flex-basis: 100%;
    }
    .rbDealRow-logo {
        border-bottom: 1px solid #F5F5F5;
    }
    .rbDealRow-content {
        padding: 12px 15px 0;
        text-align: center;
    }
    .rbDealRow-rating {
        padding: 0 15px
    }
    .rbDealRow-logo {
        justify-content: center;
    }
}
@media (min-width:768px) {
    .btn-group.rbDealRow-buttons.justify-content-md-start > * {
        max-width: 200px;
    }
    .btn-group.rbDealRow-buttons.justify-content-md-start > *:first-child {
        margin-right:10px
    }
}