.paiement-content {
    background-image: url("../img/paiement/BallOnRacketUpClose.webp");
    /* Changed from /WEB/IMG/... */
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.text-bubble-img-presentation p {
    margin-bottom: 20px;
}

.text-bubble-img-presentation p:last-of-type {
    margin-bottom: 0px;
}

.text-bubble-img-presentation:nth-of-type(2) {
    padding-bottom: 15px;
    top: 60%;
}

.paiement-content div:nth-of-type(3) p {
    color: white;
}

.text-bubble-img-presentation h2 {
    font-family: Rammetto-One;
    font-size: 2em;
}

.text-bubble-img-presentation img {
    /* object-fit: contain; */
    width: 50vw;
    min-width: 584.51px;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px)
        /* height: 25vh; */
        /* max-width: 100%;
    max-height: 100%; */
        /* min-width: 500px; */
}

@media screen and (max-width: 768px) {
    .paiement-content {     
        background-image: url("../img/paiement/BallOnRacketUpClose-Mobile.webp");
    }
    .text-bubble-img-presentation img {
        width: 100%;
        min-width: 250px;
        /* max-width: 600px; */
    }

    .text-bubble-img-presentation h2 {
        font-size: 2rem;
    }

    .text-bubble-img-presentation p {
        text-align: center;
    }

}