

body .wtb-pourquoi-bosser {

    .row {
        align-content: baseline;
        &:not(:first-child) {
            justify-content: center;
        }
    }

    .col, .pbcard {
        flex-grow: 1;
    }

    .pbcard {

        .pbcard-content {
            border: 1px solid #cecece;
            box-shadow: 0px 0px 15px 0px #dedede;
            border-radius: 15px;
            padding: 15px;
            height: 100%;
        }
    }

    img {
        border-radius: 5px;
    }

    hr {
        opacity: 1;
        /*max-width: 80%;*/
    }

    .pbdesc * {
        font-size: 1.125rem;
    }

    .rightcol {
        flex-direction: column;
    }

}