.blog-sidebar-card{display:flex;gap:13px;border-radius:17px;padding:1rem 0 1rem 1.1rem;align-items:center;box-shadow:0 2px 11px 0 rgba(12,14,14,.11);min-width:230px}.sidebar-img{flex:1 1}.blog-sidebar-card .sidebar-img img{width:100%;height:100%;border-radius:10px;object-fit:cover}.blog-sidebar-card .sidebar-desc{display:flex;flex-direction:column;gap:.2rem;flex:1 1;font-family:inherit;width:100%}.blog-sidebar-card .sidebar-desc span{color:#969595;font-size:1.2rem;line-height:28px;font-weight:400;margin-bottom:3px}.blog-sidebar-card .sidebar-desc h6{color:#fff;font-size:1.3rem;line-height:30px;font-weight:600;margin:0 0 .1em}.blog-sidebar-card .sidebar-desc p{color:#969595;font-size:1.2rem;line-height:28px;margin-bottom:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:1440px){.blog-sidebar-card .sidebar-desc h6{font-size:1.2rem;line-height:1.8rem}}@media(max-width:768px){.blog-sidebar-card .sidebar-desc h6{font-size:1.2rem;line-height:1.8}}@media (max-width:700px){.blog-sidebar-card{gap:8px;flex-direction:column;padding:0;min-width:150px}}@media (min-width:700px) and (max-width:1204px){.blog-sidebar-card{flex-direction:column}}