/* Add here all your css styles (customizations) */
.text_with_background {
    background-color: rgba(0, 0, 0, 0.5)
}

.text_black {
    color: black
}
.fixed_height {
    height: 200px
}

.fixed_height_competences {
    height: 650px
}

.min_height_manual {
    min-height: 370px
}

.min_height_offers {
    min-height: 550px
}