.titre_solution {
    font-size: 21px;
}
.solution-content li {
    font-size: 16px !important;
    margin-bottom: 14px;
    list-style: inside;
    line-height: 20px;
}

.solution-content {
    margin-top: 14px;
}

.solution-content ul {
    padding: 0;
}

.solution-content .borderDesktop {
    border-right: 1px solid #767779;
}

@media screen and (min-width: 300px) and (max-width: 990px) {
    .solution {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .solution-content .borderDesktop {
        border-right: none;
    }
}