/*
Theme Name: NGV
Author: NGV
Author URI: http://NGV.ca/
Description: Theme Wordpress
Version: 1.0
*/

.direction .croire_box {
    margin-bottom: 40px;
}

.direction .croire_box:last-child {
    margin-top: 150px;
    width: 100%;
    max-width: 600px
}

.boxText {
    display: block;
    padding: 40px 20px;
    color: #1c2126;
    background-color: hsla(240, 3%, 87%, .4);
}

.direction .croire_box .boxText > h2 {
    font-size: 42px;
    line-height: 47px;
    color: #fba91a;
    margin-bottom: 30px;
}

.direction .croire_box .boxText p {
    font-size: 26px;
    color: #1c2126;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .direction .croire_box .boxText > h2 {
        line-height: 40px;
    }
}

@media screen and (max-width: 979px) {
    .direction .croire_box .boxText > h2 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .direction .croire_box .boxText > h2 {
        font-size: 23px;
        line-height: 27px;
    }
}
