.usp-header h2 {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.usp-header span {
    display: block;
    background: #f00;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
  border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    /* transform: translateY(-6px); */
}
