#press h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: rgba(210, 34, 52, 1);
    font-weight: 400;
    text-align: left; 
    line-height: 1em;
    margin-bottom: 0;
}

#press h2 {
    font-size: 1em;
    text-transform: uppercase;
    color: rgba(210, 34, 52, 1);
    font-weight: 400;
    text-align: left;
}

#press h2 {
    margin-top:40px;
}

#press span {
	display: block;
	margin-bottom:20px;
}

#press a {
    color: black;
    font-weight:100;
    display:table;
}

#press a strong {
    font-weight: 400;
    color: red;
}

#press a:hover {
    color: rgba(210, 34, 52 , 1);
}