ul li{
    padding: 15px;
}

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


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

}

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

}
