.usp {
    text-align: center;
    max-width: 150px;
}

.usp__wrapper {
    height: 60px;
    margin: 0 auto 12px;
    position: relative;
    width: 80px;
}

.usp__circel {
    height: 80px;
    position: absolute;
    width: 80px;
}

.usp__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 579px) {
    .usp__circel,
    .usp__wrapper {
        width: 64px;
        height: 64px;
    }

    .usp__image {
        width: 30px;
    }
}
