.prevent-id-theft-wrap {
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.prevent-id-theft-wrap h3 {
    margin-top: 0;
    margin-bottom: 24px;
}
.prevent-id-theft-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prevent-id-theft-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 16px;
}
.prevent-id-theft-list li i, 
.prevent-id-theft-list li svg {
    margin-right: 16px;
    color: #e74c3c;
    fill: #e74c3c;
    width: 24px;
    height: 24px;
    display: flex;
    flex-shrink: 0;
}