.profession-wrapper {
    margin-bottom: 10px;
}

.add-profession,
.remove-profession {
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

.add-profession {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 3px;
}

.remove-profession {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 3px;
}
