img {
width: 100%;
}
#predictive-factor-analysis-case{
--color: #00b0f0;
--color_border: #00b0f0;
font-family: 'Segoe UI Regular';
color: white;
}

.first_text {
text-align: start;
word-spacing: 2px;
font-size: 22px;
}
.blue-text {
color: #00b0f0;
}
#content .container-fluid {
/*margin-block: 20px;*/
padding-block: 20px;
border-bottom: solid 1px var(--color_border);
}

.big_graph{
margin: 30px 0 5px;
}

.small_title{
color: white;
font-size: 22px;
font-family: 'Segoe UI Bold';
margin-block: 20px;
text-align: center;
}

.conclusion-text {
margin-top: 20px;
font-size: 20px;
}
/*
@media only screen and (max-width: 800px) {
    #content .row {
        flex-direction: column;
    }
}