.how-it-works {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    margin: 15px;
    padding: 0px;
    width: 100%;
}

.feature {
    text-align: center;
    width: 50%;
    z-index: 1;
    position: flex;
}

.feature-head {
    text-align: center;
    font-family: 'Jakarta Sans', sans-serif;
    font-size: 4rem;
    color: #7d6a82;
    font-weight: 650;
    margin-top: 50px;
    margin-bottom: 50px;
}


.feature img {
    width: relative; /* Ajuster la taille si nécessaire */
    height: 500px; /* Ajuster la taille si nécessaire */
    margin-bottom: 20px;
    animation: levitation 15s infinite;
    transition: transform s;
    position: relative;
}

.feature-title {
    font-size: 2.5rem;
    color:#7d6a82;
    margin-bottom: 30px;
    font-weight: 650;  
}

.feature-description {
    font-size: 1.9rem;
    font-weight: 5;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Jakarta Sans', sans-serif;
    font-weight: 575;  
}



.background-image2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 70rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
    background-image: url('pagefond_groupe.png');
    white-space: 500px;
    padding: 20px;
    animation: levitation 15s infinite;
    transition: transform 0s;
    max-width: auto;
    max-height: auto;
    overflow: hidden;
}


.pricing {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;  
    font-size: 1rem;   
    margin-left: 75px;
    margin-right: 75px;                
}

.price-value {
    font-size: 4em;
    margin-bottom: 50px;
    font-family: 'Jakarta Sans', sans-serif;
    font-weight: 650;
    color: #7d6a82;
    width: calc(100% - 40px); /* Subtract the total amount of horizontal padding you've set */
    padding: 10px;
    box-sizing: border-box; /* This ensures that padding is included in the width calculation */
    position: relative; /* If this element is not absolutely positioned within another element, you might not need this */
    margin-left: auto; /* This will override the 20px margin you had set and center the element */
    margin-right: auto; /* Same as above */

}


h1 {
    font-size: 4rem;
    text-align: center;
    padding: 60px;
    font-weight: 600;
    font-family: 'Myanmar Text', sans-serif;
    color:#7d6a82;     
    
}