.research-project-characteristics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10%;
    margin-bottom: 60px;
}

.research-project-characteristics > div > span {
    padding: 10px;
    border-radius: 15px;
}

.rp-domain {
    background-color: #F2E2F1;
}
.rp-type {
    background-color: #FBD4C9;
}
.rp-portage {
    background-color: #DDF7F6;
}

.rp-subtitle {
    margin-top: -25px;
    font-size: 20px;
    font-weight: bolder;
}

.rp-data-controller {
    margin-bottom: 0;
}
