.circles-container {
    width: 100%;
    display: flex;
}

.circle {
    background-color: #e5e3fd;
    height: 31px;
    width: 31px;
    margin-right: 5px;
    font-size: 10px;
    padding: 8px 0px 0px 0px;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    color: #7d70f4;
}