.articles {}

.articles h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #26336a;
}

.articles h2 span {
    font-weight: 400;
    display: block;
}

.articles #article {
    font-size: 11pt;
    color: grey;
    padding: 0 0 75px;
}
