
#segmentation-case{
--color: #DBDBDB;
--color_border: #8497B0;
font-family: 'Segoe UI Regular';
color: white;
}


.blue-text{
color: #00DDD8;
}

.red-text{
color: #FF717D;
}

Ul{
font-size: 22px;
}

.subtitle{
font-size: 28px;
}

.container-fluid + .container-fluid {
border-top: 1px solid var(--color);
margin-top: 30px;
padding: 10px;
}
.dash-section-text {
    font-size: 20px;
    text-align: start;
    word-spacing: 2px;
    margin-left: 20px;
}

.dash-section-text div + div{
margin-top: 20px;
}


.img_case3{
display: flex;
justify-content: center;
margin-top: 20px;
}

.dash-section > .row{
    flex-direction: column;
}

@media only screen and (min-width: 1025px) {
.dash-section > .row{
flex-direction: row;
}

.img_case3{
display: flex;
justify-content: center;
margin-top: 0px;
}
}



