/*
+ Module Output
*/
.row-two-module,
.row-four-module {
    background-image: url(/images/assets_backgrounds/contours/01/bkg_contours_L.png);
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 3rem;
}

.row-three-module {
    margin: 0;
    padding: 4rem;
    background-image: url(/images/assets_backgrounds/bkg_testimonials.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid #0C6993;
    border-bottom: 3px solid #0C6993;
    background-position: 50% 28% !important;
    background-attachment: inherit !important;
    z-index: 1;
    position: relative;
}
.overlayArea {
    background-color: rgb(29 29 29 / 55%) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: normal;
}
.row-two-module h3.blockTitle,
.row-three-module h3.blockTitle{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    font-size: 48px !important;
    text-align: center;
    color: #fff;
}
.row-two-module h3.blockTitle{
    color: #000;
}
.row-four-module {
    padding: 4rem;
}
.row-five-module {
    padding: 3rem 0;
}