ul.square {
    list-style-type: square;
}
ul.circle {
    list-style-type: circle;
}
ul.disc {
    list-style-type: disc;
}
h1.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 26px;
    font-size: 30px;
    text-transform: none;
    margin: 0;
}
strong {
    font-weight:normal;
}