/* FAQ Page CSS */


.elementor-posts-container .elementor-post__thumbnail img {
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	transform: scale(1.01) translate(-50%,-50%);
}
.elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	width: auto;
}