.et_pb_blog_posts .et_pb_post {
	transition: 0.3s;
}

.et_pb_blog_posts .et_pb_post:hover {
	transform: translateY(-5px);
}

.et_pb_blog_posts .et_pb_post .et_pb_image_container .entry-featured-image-url {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0) !important;
	transition: 0.3s;
}

.et_pb_blog_posts .et_pb_post:hover .et_pb_image_container .entry-featured-image-url {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2) !important;
}

.blog-row .blog-col {
	width: 48%;
	margin: 20px 0;
}

.blog-row .blog-col p {
	color: #293238;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6em;
}

.blog-row .blog-col.full-width {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.blog-row .blog-col {
		width: 100%;
	}
}

.et_monarch .et_social_top li a,
.et_monarch .et_social_media_wrapper .et_social_top li .et_social_share {
	background-color: #fff;
}

.et_monarch .et_social_top li a:hover i:before {
	color: #ee723c;
}

.blog-author {
	display: flex !important;
	flex-direction: row-reverse;
	align-items: center;
}

.blog-author .et_pb_team_member_description h4 {
	padding: 0;
}

.blog-author .et_pb_team_member_image {
	width: 60px !important;
	min-width: 60px;
	height: 60px;
	margin: 0 !important;
	border-radius: 100%;
	overflow: hidden;
}

.blog-author-info {
	margin-bottom: 20px;
}

.blog-author-info-name h2 {
	font-size: 50px;
	font-weight: 600;
}

.blog-author-info-name h6 {
	font-size: 20px;
	font-weight: 400;
}

.blog-author-info-image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
}

.blog-related-posts-image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: url('/wp-content/uploads/2023/09/ads_logo.svg') no-repeat center;
	background-size: 60%;
	background-color: #FEFEFE;
}

.blog-related-posts-title {
	font-weight: 400;
}

.blog-author-info-image img,
.blog-related-posts-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.other-blog-links article {
	padding: 0;
	aspect-ratio: 1/1;
}

.other-blog-links article .et_pb_image_container {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.blogs-items {
	gap: 30px;
}

.blogs-items .blogs-item {
	width: calc(33.3% - 20px);
	transition: 0.3s;
}

.blogs-items .blogs-item .blogs-item-image {
	aspect-ratio: 3 / 2;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0);
	transition: 0.3s;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	background: url('/wp-content/uploads/2023/09/ads_logo.svg') no-repeat center;
	background-size: 30%;
	background-color: #EFEFEF;
}

.blogs-items .blogs-item .blogs-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogs-items .blogs-item:hover {
	transform: translatey(-5px);
}

.blogs-items .blogs-item:hover .blogs-item-image {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2) !important;
}

.blogs-items .blogs-item .blogs-item-title h3 {
	font-weight: 700;
	line-height: 1.1;
}

.et_pb_blog_grid_wrapper article .entry-title {
	margin-bottom: 5px;
}

.et_pb_blog_grid_wrapper article,
.et_pb_blog_grid_wrapper article .entry-featured-image-url {
	margin-bottom: 15px !important;
}

.et_pb_blog_grid_wrapper article .et_pb_image_container {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.blogs-items .blogs-item {
		width: 100%;
	}

	.blog-author {
		flex-direction: row;
	}

	.blog-author .et_pb_team_member_image {
		margin-right: 15px;
	}
}