h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    color: #161615;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-family: 'Readex Pro', sans-serif;
    font-size: 14px;
    color: #161615;
}

header {
    height: 300px;
}
.content-left {
    background: #F8F8F8;
}

.content-right {
    background: #8A0B25;
}

.content-right h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}

.content-right a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 3px 0;
}

.content-right p,
.content-right h1,
.content-right h2 {
    color: #ffffff;
}
.content-right span {
    display: block;
    margin-bottom: 10px;
}
.content-right span a {
    font-family: 'PT Serif', serif;
    font-size: 19px;
}
.content-right span img, .content-right span a {
    display: inline-block;
}
.content-right span img {
    margin-right: 15px;
    width: 27px;
}