@media screen and (max-width: 1100px){
    .solutions .list_solutions .list_solution li {
        height: 42.8rem;
    }
}
@media screen and (max-width: 1000px) {
    .solutions .list_solutions .list_solution{
        justify-content: space-evenly;
    }
    .solutions .list_solutions .list_solution li {
        width: 45%;
    }
}
@media screen and (max-width: 750px){
    .solutions .list_solutions .list_solution li {
        width: 60%;
    }
    .list_solutions h1{
        font-size: 5rem;
        line-height: 6rem;
        text-align: center;
    }
}
@media screen and (max-width: 600px){
    .solutions .list_solutions .list_solution li {
        width: 100%;
        height: 100%;
    }
    .solutions .list_solutions .list_solution li .border {
        left: 50%;
        transform: translate(-50%);
    }
    .solutions .list_solutions .list_solution li h2 {
        text-align: center;
    }
    .solutions .list_solutions .list_solution li p{
        width: 100%;
        text-align: center;
    }
    .list_solutions .list_solution li a{
        padding: 1.6rem;
    }
}
@media screen and (max-width: 500px){
    .solutions .list_solutions .list_solution li p {
        margin-bottom: 2rem;
    }
    .list_solutions h1{
        font-size: 3.8rem;
        line-height: 4.3rem;
    }
}