.tv-category-title {
    width: 100%;
    height: 75px;
    background: #1a1e21;
    border-radius: 8px;
    display: flex;
}

.tv-category-title>h4 {
    position: relative;
    top: 7px;
}

.tv-category-channel {
    float: left;
    margin-left: 8px;
    width: 100px;
    height: 75px;
    margin-top: 8px;
}