.usp {
    background: transparent;/*rgba(255, 255, 255, 0.88);*/
    border-radius: 20px;
}

.usp img {
    width: 150px;
    height: 150px;
}

.usp-text {
    margin-top: 10px;
    margin-bottom: 25px;
}

.usp-text.large {
    font-size: 16px;
}

.stapnummer {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    left: 15px;
    top: 0px;
    border-radius: 50%;
    background: #5bc4bf;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
}