/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 20:23:17 */
#custom-blog-cards {
	 gap: 3vw;
	 width: 90%;
	 display: flex;
	 margin-inline: auto;
}
 #custom-blog-cards .custom-blog-card {
	 display: flex;
	 background-color: #eae7e2;
}
 #custom-blog-cards .custom-blog-card #text {
	 flex: 3;
	 text-align: center;
}
 #custom-blog-cards .custom-blog-card #text #wrap {
	 width: 85%;
	 margin-block: 5rem;
	 margin-inline: auto;
}
 #custom-blog-cards .custom-blog-card #text #wrap > img {
	 max-width: 30px;
}
 #custom-blog-cards .custom-blog-card #text #wrap a {
	 text-decoration: none;
}
 #custom-blog-cards .custom-blog-card #text #wrap a p {
	 color: #ffffff;
	 font-weight: bold;
	 width: fit-content;
	 margin-top: 2.5rem;
	 margin-inline: auto;
	 padding-block: 1rem;
	 padding-inline: 2rem;
	 background-color: #4c97ae;
}
 #custom-blog-cards .custom-blog-card #image {
	 flex: 1.5;
	 overflow: hidden;
}
 #custom-blog-cards .custom-blog-card #image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 