.tonerprize2020 {
    background-color: #fff;
    padding: 2rem 1rem;
}

.introduction {
 margin-bottom: 2rem;   
}
.introduction h1 {
 font-size: 2.5rem; 
 font-weight: bold;
}
.introduction h3 {
 text-transform: uppercase;   
 font-weight: bold;
}
.prize {
 display: none;   
}
.prize .article-group {
    margin-bottom: 2rem;
}

.prize-name {
 margin-bottom: 2rem; 
 font-weight: bold;
}

.article-subject {
 margin-bottom: 1rem; 
 font-weight: bold;
}
.article-subject-company {
 margin-bottom: 1rem;   
}
.article-piece {
 margin-bottom: .5rem;
}

.article-label {
 color: teal;
 border-bottom: 1px solid teal;
 font-size: 1rem;
 font-weight: bold;
 text-transform: uppercase;
 margin-bottom: 1rem;
}
.article-judge {
 font-weight: bold;   
}
.article-quote {
 margin-bottom: 1rem;   
}
.article-team-member {
 position: relative;  
 margin-bottom: 1rem;
}
.article-team-img {
 width: 100%;
 height: auto;
}
.article-team-text {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 2;
 width: 100%;
 padding: 1rem;
 color: #fff;
 box-sizing: border-box;
 background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
font-size: .8rem;
font-weight: 400;
line-height: 1rem;
}
.article-team-text strong {
 font-size: 1rem;
 font-weight: bold;
}