.conseils-container{
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-image: url("../../images/people3.jpg") !important;
}

.conseils-container ul li{
    padding: 5px;
}



@media screen and (min-width: 0px) and (max-width: 500px) {
    .conseils-container {
        height: auto;
        padding-top: 120px;
    }
}