.circle {
    border: 0.13em solid gray;
    border-radius: 100%;
    height: 2.4em;
    width: 2.4em;
    text-align: center;
    margin: 0 20px 0 0;
}

    .circle p {
        margin-top: 0.13em;
        font-size: 1.5em;
        font-weight: bold;
        font-family: sans-serif;
        color: gray;
        position:inherit;
    }
