.wd-page-title .wd-page-title-bg img {
	object-fit: contain;
	object-position: center bottom;
}



.wd-page-title {
background-color: rgb(174,182,161);
}

@media (min-width: 1025px) {
	/* blog genişliği */
.post-single-page .entry-content {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
/* blog genişliği */
.page-title.page-title-default.title-size-large.title-design-centered.wd-section-stretch.color-scheme-light.with-back-btn.title-shop {
    background-position: center bottom !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.page-title.page-title-default.title-size-large.title-design-centered.wd-section-stretch.color-scheme-light.with-back-btn.title-shop {
    background-position: center bottom !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.page-title.page-title-default.title-size-large.title-design-centered.wd-section-stretch.color-scheme-light.with-back-btn.title-shop {
    background-position: center bottom !important;
}
}

@media (max-width: 576px) {
	.page-title.page-title-default.title-size-large.title-design-centered.wd-section-stretch.color-scheme-light.with-back-btn.title-shop {
    background-position: center bottom !important;
}
}

