.tech-ticker-wrapper{ max-width: 800px; margin: 20 auto; font-family: 'Roboto Slab';}
.tech-ticker-wrapper h2{
    font-family: 'Roboto Slab';
font-weight: 700;
color: var(--ink);
}
.tech-ticker-wrapper h3{ font-size: 20px; color: #838383; font-family: 'Roboto Slab';
    font-weight: 700;}
    .tech-news-row > div {
        display: flex;
    }
    .tech-news-inner-row >div:first-child{ width: 75px;}
    .tech-title h3 {
        font-weight: 700;
        color: var(--ink);
         
        margin: 0;
        font-size: 25px;
        font-family: 'roboto slab';
        color: #000;
    }
    .tech-title h3 a{ text-decoration: none;}

        span.cats {
            font-size: 12px;
            font-weight: 700;
            background-color: orange;
            padding: 4px;
            font-family: 'robot slab';
        }

        .tech-news-time {
            font-family: arial;
        }
        .line {
            border-left: 1px solid rgba(0,0,0,.1);
            flex: 1 1 100%;
            align-self: center;
            height: 26px;
            width: 1px;
            position: relative;
            left: 20px;
        }
        .tech-news-row {
            margin-bottom: 20px;
        }
        span.tags {
            background: #e62336;
            padding: 5px;
            font-size: 12px;
        }