@charset "windows-1252";

.idf-blog-section { background: rgb(246, 250, 247); }

.idf-blog-title { font-size: 2.5rem; font-weight: 700; color: rgb(31, 59, 45); margin-bottom: 10px; }

.idf-blog-subtitle { color: rgb(108, 117, 125); font-size: 2rem; margin-bottom: 0px; }

.idf-blog-card { border-radius: 4px; overflow: hidden; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.07) 0px 8px 24px; transition: 0.25s; }

.idf-blog-card:hover { transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 32px; }

.idf-blog-image { width: 100%; height: 240px; object-fit: cover; }

.idf-blog-date { font-size: 1.5rem; color: rgb(122, 139, 128); }

.idf-blog-card-title { font-size: 2.25rem; font-weight: 700; line-height: 1.35; margin-bottom: 12px; }

.idf-blog-card-title a { color: rgb(31, 59, 45); text-decoration: none; }

.idf-blog-card-title a:hover { color: rgb(167, 145, 66); text-decoration: none; }

.idf-blog-description { font-size: 1.4rem; font-weight: 600; color: rgb(167, 145, 66); margin-bottom: 10px; }

.idf-blog-excerpt { font-size: 1.4rem; color: rgb(85, 85, 85); line-height: 1.6; margin-bottom: 20px; }