.section {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section > h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'Montserrat-ExtraBold';
}

.section > p {
    width: 70%;
    text-align: center;
    line-height: 50px;
    overflow-wrap: anywhere;
    font-size: 25px;
    color:  #808CA6;
}

.section > .acheter {
    width: 160px;
    height:  60px;
    border-radius: 30px;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #008000;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    color: #FFFFFF;
    cursor: url(hand.cur), pointer;
}

.section > .precommander {
    width: 200px;
    height:  60px;
    border-radius: 30px;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #008000;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    color: #FFFFFF;
    cursor: url(hand.cur), pointer;
}