 @import url("/commonGlobal/css/global-lab.css");
:root {
    --lab-color:#8C6037;
    --lab-color-white:#fff;
    --second-lab-color:#8C6037;
    --margin-tb-bloc:10px;
    --margin-lr-bloc:10px;  
    --custom-HowItWorksText-color:black;

}

/* Specific to this lab */
.inw-frmContact-contact p {
    color: #ffffff;
}

.btn-faq {
    color: var(--lab-color-white) !important;
}
/* Specific to this lab */

