/* Number */
.count {
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    background: #46AFAF;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 120px;
}

.count:before {
    content: "";
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: block;
    border: 2px solid #9BCFD4;
    position: absolute;
    left: -7.5px;
    top: -7.5px;
}

.countup-content {
    text-align: center;
}

.countup-content strong {
    font-size: 24px;
    margin-top: 10px;
    color: #275057
}
