/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.page-title-custom .wd-title-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 2rem;
}

.page-title-custom .wd-title-right .background-image {
	width: 100%;
	height: 250px;
}

@media (min-width: 768px) {
	.page-title-custom .wd-title-right .background-image {
		height: 100%;
	}
}