h1.title {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 25px;
    color: #161617;
}

h3.subtitle {
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #343a40;
}

p.content {
    font-size: .9em;
    font-weight: 400;
    color: #343a40;
    line-height: 1.5;
}