.qsm-header {
    width: 100%;
    background-image: url('../images/qsmHeader.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 24rem;
    height: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.qsm-header h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 6.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6rem;
    /* 90.909% */
    letter-spacing: -0.1rem;
    padding-bottom: 12rem;
    padding-left: 8rem;
}

.qsm-waves {
    width: 100%;
    height: 40rem;
    background-image: url('../images/waves-qsm.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.qsm-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 15rem;

}

.qsm-content p {
    color: #000;
    font-family: Poppins;
    font-size: 3rem;
    font-weight: 400;
    padding-left: 5%;
    width: 80%;
}

.qsm-content p:nth-child(2) {
    padding-bottom: 5rem;
}

.qsm-content h1 {
    color: #000;
    font-family: Poppins;
    font-size: 5rem;
    font-weight: 700;
    background-color: #8FD0F3;
    width: 50.4rem;
    height: 8.2rem;
    padding-left: 5%;

}

.qsm-accroche {
    width: 100%;
    height: 40rem;
    background-image: url('../images/qsm-accroche.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accroche-content {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.accroche-content p {
    color: #FFF;
    font-family: Poppins;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.2rem;
    /* 123.81% */
    letter-spacing: 0.05rem;
    border-radius: 2rem;
    width: 33.9rem;
    height: 8.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accroche1 {
    background: #548DFB;
}

.accroche2 {
    background: #78C0E9;
}

.accroche3 {
    background: #00A3FF;
}



.qsm-content2 {
    padding-top: 15rem;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 90rem;
    margin-bottom: 15rem;
}

.qsm-content2 h3 {
    color: #000;
    font-family: Poppins;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.6rem;
    /* 121.053% */
    letter-spacing: -0.1rem;
}

.qsm-content2 p {
    color: #000;
    font-family: Poppins;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
    letter-spacing: -0.1rem;
}

.qsm-text {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 720px) {
    .qsm-header {
        padding-top: 16rem;
        height: 70rem;
    }

    .qsm-header h1 {
        padding-left: 0;
        margin: 0 auto;
    }

    .qsm-content p {
        width: 95%;
        font-size:2.5rem;
    }

    .qsm-content h1 {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 5rem;
    }

    .qsm-accroche {
        height: auto;
    }

    .accroche-content {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }

    .accroche-content p {
        width: 50%;
        font-size: 2.6rem;
        height: 11rem;
        margin: 2rem 0;
    }

    .qsm-content2 {
        width: 100%;
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .qsm-content2 h3 {
        margin-bottom: 8rem;
    }

    .qsm-text {
        width: 90%;
        margin-bottom: 8rem;
    }

    .qsm-content2 img {
        width: 90%;
        height: 60rem;
        border-radius: 5rem;
    }
}

@media screen and (max-width: 460px) {
    .qsm-header h1 {
        font-size: 5rem;
    }

    .qsm-waves {
        height: 30rem;
    }
}