.qsn__apropos {
    margin-bottom: -30px;
    font-size: 26px;
    animation-delay: 0s;
    font-family: Karla;
}

.qsn__apropos__para {
    font-size: 16px;
    animation-delay: 0.2s;
    padding-right: 300px;
    padding-left: 300px;
    line-height: 23px;
    font-family: Karla;
    text-align: center;
}

.main {
    float: left;
    width: 70%;
    padding: 2rem;
    margin: 0 auto;
}

.qsn-white {
    padding : 20px ;
    background-color: #ededed;
    width: 100vw;
    display: flex;
    flex-direction: "row";
}

.qsn-text {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    flex : 1;
    padding : 20px ;
    font-size : 20px ;
    color : #000 ;
    line-height: 1.25;
    font-weight: 300;
}

.qsn-text p {
    margin : 20px ;
}

.pepsi-bouteille {
    display: flex;
    justify-content: center;
    align-items: center;
    flex : 1;
    padding : 50px ;
}