.protect-block{
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    border-radius: 20px;
}

.protect-parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: rgb(29,92,166);
    background: linear-gradient(90deg, rgba(29,92,166,1) 0%, rgba(24,81,151,1) 50%, rgba(24,70,138,1) 100%);
    color: white;
    padding: 20px;
}

.protect-parent .form-group{
    margin: 0;
    color: white;
}

.protect-parent .form-group .custom-checkbox label{
    color: white;
}

.protect-parent-partial{
    display: flex;
    align-items: center;
}
.protect-parent-partial p{
    margin: 0;
}

.protect-parent-partial img{
    width: 25px;
    height: 25px;
}

.protect-parent-partial span{
    margin: 0 5px;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 20px;
    background: rgb(73,188,61);
    background: linear-gradient(90deg, rgba(73,188,61,1) 0%, rgba(70,181,76,1) 50%, rgba(71,183,73,1) 100%);
}

.wording-items img{
    width: 25px;
    height: 25px;
}

.protect-wording{
    display: flex;
}

.wording-items{
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.wording-items p{
    margin: 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #4C4A49;
}

.protect-wording{
    padding: 20px;
}

.protect-terms{
    padding: 20px;
}