/* Logo-Color:
hex #87bd25
rgb 135 189 37
hsb 81 81 74
cmyk 55 0 100 0
lab 71 -34 64

*/

.col.competence-list ul {
    list-style: circle;
    line-height: 2.5rem;
   
}

.three-dots {
    background: #999999;
    border-radius: 0.375rem;
    z-index: 1000;
    
}
.logo-header {
        max-width: 75%;
    }
@media (min-width: 576px) {
    .logo-header {
        max-width: 100%;
    }
}