figure{
    position: relative;
    background-color:#BDBDD1;
}

.content_span{
    height: 14px;
    width: 48px;
    display: inline-block;
    position: absolute;
    top: calc(7.5% - 12px);
    left: 10px
}
.content_span>span {
    display: inline-block;
    height: 100%;
    width: 14px;
    background-color: #ff5f57;
    border-radius: 50%;
}
.content_span ::before{
    content: " ";
    height: 100%;
    width: 14px;
    background-color:#D5C7BC;
    position: absolute;
    right: 0;
    border-radius: 50%;
}

.content_span ::after{
    content: " ";
    height: 100%;
    width: 14px;
    background-color: #785964;
    position: absolute;
    left: 17px;
    border-radius: 50%;
}