.title-wrapper {
	--wd-mb: 10px;
}

.title-wrapper [class*="title"] {
	display: inline-block;
}

.title-wrapper .title {
	margin-bottom: 0;
}

.wd-title-color-default {
	--el-title-color: rgba(0, 0, 0, .105);
}

.wpb-js-composer .title-wrapper [class*="title"] {
	max-width: var(--content-width);
}

@media (max-width: 576px) {
	.title-wrapper .title {
		font-size: 20px;
	}
}