/*
 * Elementor CSS support
 */

.eaw-product-section .section-title {
	margin-bottom: 20px;
}

.elementor-widget-wp-widget-eaw-recent-posts h5,
.elementor-widget-wp-widget-eaw-recent-posts-plus h5 {
	font-size: 1.75rem;
	line-height: 1.75;
	text-align: center;
}

.eaw-recent-posts,
.eaw-recent-posts-plus {
	width: 32.3333%;
	padding: 0;
	margin: 0;
	margin-right: 1.3333%;
	float: left;
}

.eaw-recent-posts:last-child,
.eaw-recent-posts-plus:last-child {
	margin-right: 0;
}

.eaw-recent-posts img {
	width: 100%;
	height: 250px;
	margin: 10px 0;
	border-radius: 6px;
}

.eaw-recent-posts .eaw-content {
	padding: 1% 2%;
}

@media screen and (max-width: 768px) {
	.eaw-recent-posts {
		width: 48%;
		padding: 0;
		margin: 0 1%;
	}

	.eaw-recent-posts img {
		height: 300px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 667px) {
	.eaw-recent-posts {
		width: 100%;
		margin: 0;
	}

	.eaw-recent-posts img {
		height: 300px;
		margin: 0 auto;
	}
}
