/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


.blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog-posts img {
	width:100%;
	height: 250px;
	object-fit:cover;
}

.blog-posts h2 {
	font-size: 28px;
	line-height: 1.1;
	margin-top: 26px;
	transition: all 0.3s;
}

.blog-posts h2:hover {
    transition: all 0.3s;
	color: #00B6DD;
	text-decoration: underline;	
}