/* Block editorial */

.tp-service__badge-wrap {
    background: #fff;
    border: 1px solid #e4edff;
    border-radius: 60.5px;
    padding: 40px;
    display: inline-block;
    position: absolute;
    right: 370px;
    top: -70px;
}
.product-rating, .tp-service__badge-wrap span.frist-child, .tp-team-details-thumb .social a:not(:last-of-type) {
    margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service__badge-wrap {
        right: 220px;
    }
}
