/* archive.css */

#main h1.page-title {
    color: #005A9C;
}
.archive-posts h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 20px 0px;
    max-width: 763px;
}
.archive-posts h2 a {
    color: #005A9C !important;
}
#main {
    margin-bottom: 60px;
}