.blog-index{display:grid;gap:40px 24px;grid-template-columns:repeat(1,minmax(0,1fr))}@media screen and (min-width:767px){.blog-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.blog-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card__title{color:#1e266d;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.blog-card p{color:#455880}.blog-card p,.blog-card__footer{font-size:.875rem;line-height:1.7}.blog-card__footer,.blog-section .blog-card__author-name,.blog-section .blog-card__date{color:#a9abbd}.blog-card{align-items:flex-start;border:1px solid #e1e3f0;border-radius:10px;box-shadow:0 10px 20px rgba(153,159,227,.07);display:flex;flex-direction:column;padding:24px}.blog-card__footer{margin-top:auto}.blog-card__body{width:100%}.blog-card__image{display:block;height:auto;margin-bottom:16px;position:relative;width:100%}.blog-card__image:before{content:"";display:block;padding-top:56.25%}.blog-card__image img{bottom:0;height:100%;left:0;margin:auto;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}