.title_with_content .content_wrapper,
.title_with_content .content_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.title_with_content .common-heading {
    text-wrap: balance;
}
.title_with_content h1.title_align_center,
.title_with_content h2.title_align_center,
.title_with_content.text_align_center {
    text-align: center;
}
.title_with_content h1.title_align_left,
.title_with_content h2.title_align_left,
.title_with_content.text_align_left {
    text-align: left;
}
.title_with_content .content_wrap h2 {
    font-size: var(--font-30) !important;
	font-family: var(--font-opensans);
	font-weight: 700;
	line-height: 27px !important;
	color: var(--darkBlue);
}
.title_with_content .content_wrap strong {
    color: var(--darkBlue);
    font-weight: 700;
}