.counts {
    padding: 70px 50px 60px;
}

.counts .count-box {
    padding: 30px 30px 30px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgb(248, 248, 248);
    border-radius: 3px;
    
}

.counts .count-box i {
    position: absolute;
    top: -28px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    font-size: 30px;
    background: #106eea;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    margin-top: 20px;
    font-weight: 600;
    color: #062b5b;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
