.stream-table tr {
    display: block;
    flex: 1 1 45%;
    max-width: calc(100% / 2 - 5px);
    padding: 0!important;
    height: auto!important;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/75858/sc/324/h/08a3075748671185bf970f1650313516.png) no-repeat top right,
    #FFFFFF;
    box-shadow: 3px 3px 6px rgba(0, 122, 163, 0.07);
    border-radius: 10px !important;
    overflow: hidden;
    transition: all .3s;
}

.stream-table {
    width: 100%;
    margin-bottom: 40px;
    margin-left: -20px;
}

.stream-table {
    margin: 0 0 30px !important;
}

.stream-table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.stream-table tr td {
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 70px;
}

.stream-table tr td a {
    position: relative;
    display: block;
    height: 100%;
    padding: 20px;
}

.stream-table tr a {
    color: #222;
    display: block;
}

.stream-table tr td a .stream-title {
    display: block;
    padding-top: 10px;
    padding-right: 50px;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #141414;
}

.stream-table .stream-title {
    font-size: 1.3em;
}

.stream-title {
    color: #006caf;
}

.stream-table tr td a b {
    position: relative;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 18px;
    color: #00A0D6;
}