#page-thanks .thank-you-section {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #3F3A36 !important;
}
#page-thanks .thank-you-section .row{ 
    display: flex;
}
#page-thanks .thank-you-section h3{
    width: 100%;
    max-width: 400px;
    color: #b48c72;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
#page-thanks .thank-you-section h4{
    font-family: averta std cy;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 16px;
}
#page-thanks .thank-you-section p{
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}
#page-thanks .thank-you-section .lien-he-button {
    display: inline-block;
    border: 1px solid #b48c72;
    border-radius: 1px;
    background: #b48c72 !important;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    margin-top: 10px;
}
#page-thanks .thank-you-section .question-line{
    border-top: 1px solid #b5b0b0;
    margin: 30px 0;
    width: 120px;
}

@media (max-width: 767.98px){
    #page-thanks .thank-you-section{
        max-width: 540px;
        margin-top: 0;
    }
    #page-thanks .thank-you-section .row{ 
        display: block;
    }
    #page-thanks .thank-you-section h3{
        max-width: 100%;
        text-align: center;
        margin: 20px 0;
        font-size: 18px;
        font-weight: 600;
    }
    #page-thanks .thank-you-section p{
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
}