.title_with_content_block.bg_darkBlue {
    background-color: var(--darkBlue);
}
.title_with_content_block.bg_lightGreen {
    background-color: var(--lightGreen);
}

.title_with_content_block.bg_darkBlue .content_wrapper .common-title,
.title_with_content_block.bg_darkBlue .content_wrapper .sub_title_wrap,
.title_with_content_block.bg_darkBlue .content_wrapper .desc,
.title_with_content_block.bg_darkBlue .content_wrapper .tagline {
    color: var(--white);
}
.title_with_content_block.bg_lightGreen .content_wrapper .common-title,
.title_with_content_block.bg_lightGreen .content_wrapper .sub_title_wrap,
.title_with_content_block.bg_lightGreen .content_wrapper .desc,
.title_with_content_block.bg_lightGreen .content_wrapper .tagline {
    color: var(--darkBlue);
}

