.Form_Checkbox {
    display: flex;
    justify-content: center;
    text-align: center;
}

.Form_Checkbox-label {
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin: 0;
}
