.reviews-statuses {}

.reviews-status {
    position: relative;
    display: inline-block;
    height: 5rem;
    width: 5rem;
}

.reviews-status span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    background-color: #33bd66;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}