.channel-title-container{
    color: #0099CC;
    padding-bottom: 20px;
    position: relative;
}
.channel-title-container:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 42px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-color: #0099CC;
}
.channel-title-container h3{
    font-size: 24px;
}
.channel-title-container p{
    font-size: 13px;
}