.blog-grid{background-color:#eeeeef;padding-bottom:60px}.blog-grid__title{font-size:50px;padding-bottom:40px;font-family:var(--font-heading-family);color:#333337;font-weight:700;line-height:1;text-transform:uppercase}@media screen and (min-width: 990px){.blog-grid__title{font-size:70px}}.blog-grid__title *{margin:0}.blog-grid__content{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width: 990px){.blog-grid__content{grid-template-columns:repeat(2, 1fr)}}.blog-grid__post{position:relative;border-radius:30px;overflow:hidden;display:flex;flex-direction:column;gap:20px}@media screen and (min-width: 990px){.blog-grid__post:nth-of-type(1){grid-row:span 2;grid-column:1;height:100%}.blog-grid__post:nth-of-type(2){grid-row:1;grid-column:2;height:361px}}.blog-grid__post-image{width:100%;height:100%}.blog-grid__post-title{font-size:14px;font-weight:400;line-height:1;padding:12px 20px;background-color:#ffe500;border-radius:100px;color:#333337}@media screen and (min-width: 990px){.blog-grid__post-title{padding:20px 40px;font-size:25px}}.blog-grid__post-bottom{display:flex;align-items:center;position:absolute;bottom:20px;right:20px;gap:16px}.blog-grid__post-link{display:block;width:40px;height:40px;transition:transform .3s ease-in-out}@media screen and (min-width: 990px){.blog-grid__post-link{width:58px;height:58px}}.blog-grid__post-link svg{width:100%;height:100%}.blog-grid__post-link:hover{transform:scale(1.1)}.blog-grid__image{border-radius:30px;overflow:hidden}@media screen and (min-width: 990px){.blog-grid__image{grid-row:2;grid-column:2}}.blog-grid img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}