#opinions_badge {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.opinions_badge_wrapper {
    width: 100px;
    height: 181px;
    background: #92f5ff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}

.opinions_badge_wrapper::before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 293px;
    height: 293px;
    z-index: 1;
    border-radius: 50%;
    left: -60px;
    top: 66px;
}
.opinions_badge_icon {
    margin: 10px 0;
}

.opinions_badge_wrapper::after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 340px;
    height: 340px;
    z-index: 1;
    border-radius: 50%;
    left: -120px;
    top: calc(100% - 8px);
}

.opinions_badge_wrapper > div {
    position: relative;
    z-index: 3;
}

.opinions_badge_notes {
    font-size: 12px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.opinions_badge_cert {
    font-size: 10px;
    color: #fff;
    padding: 5px 0;
}

.opinions_badge_cert strong {
    font-size: 11px;
}