
body, html{
    font-size: 14px;
}


.section1-container{
    flex-direction: column-reverse;
    justify-content: space-around;
}
.section1-img{
    width: 80%;
    height: 50%;
    position: relative;

}
.section1-img picture{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.section1-img picture img{
    height: 100%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.section1-text{
    width: 80%;
}



.presta-container{
    width: 90%;
}
.presta-container-descri-text{
    margin-left: 200px;
}
.text-left{
    margin-left: 0;
    margin-right: 200px;
}
p{
    padding: 0 12px;
}
.presta-container-descri-img{
    width: 300px;
    height: 300px;
}


.labels-partners{
    justify-content: center;
}