img {
    width: 100%;
}
#bi-reporting-case{
--color: #004F90;
--color_border: #004F90;
font-family: 'Segoe UI Regular';
color: white;
}
.small_title {
font-size: 1.375rem;
}
Ul{
font-size: 18px;
}

.subtitle{
font-size: 28px;
}

.some_text{
font-size: 22px;
}

.container-fluid + .container-fluid {
border-top: 1px solid var(--color);
margin-top: 20px;
padding: 10px;
}

.some_text + .some_text{
margin-top: 10px;
}


.dash-section .col {
position: relative;
}

.dash-section-text {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.dash-section-graph img{
width: 100%;
}

.q{
display: flex;
align-items: center;
align-content: center;
flex-direction: column;
}

.dash-section-graph{
display: flex;
align-items: center;
align-content: center;
flex-direction: column;
justify-content: center;
}

.dash-graph{
display: flex;
align-items: center;
align-content: center;
flex-direction: column;
}

@media only screen and (max-width: 800px) {
    #content .row {
        flex-direction: column;
    }

    .dash-section-graph + .dash-section-graph{
        border-top: 1px solid var(--color);
        margin-top: 20px;
        padding: 10px;
    }
}