.capitular_2 {
    float: left;
    display: block;
    position: relative;
    font-family: "LatoBlack", arial, serif;
    font-weight: 400;
    border-radius: 130px;
    font-size: 1.5rem;
    line-height: 1.55em;
    height: 1.58em;
    width: 1.58em;
    background: #6d5c7d;
    color: #fdf2ed;
    text-align: center;
    margin: 5px 10px 0 0;
    -webkit-font-smoothing: antialiased;
}

.capitular_1 {
    float: left;
    display: block;
    position: relative;
    font-family: "LatoBlack", arial, serif;
    font-weight: 400;
    border-radius: 130px;
    font-size: .8rem;
    line-height: 1.4em;
    height: 1.5em;
    width: 1.5em;
    background: #c16c86;
    color: #fdf2ed;
    text-align: center;
    margin: 2.5px 10px 0 0;
    -webkit-font-smoothing: antialiased;
}
