.blog-news{display:grid;gap:24px;grid-template-columns:1.3fr 1fr}@media screen and (max-width:900px){.blog-news{grid-template-columns:100%}}.blog-news__post{align-items:flex-end;display:flex;justify-content:center;min-height:calc(50vh - 100px);position:relative}@media screen and (max-width:900px){.blog-news__post{min-height:350px}}.blog-news__post:first-child{grid-row:span 2}@media screen and (max-width:900px){.blog-news__post:first-child{grid-row:1}}.blog-news__post-image{border-radius:15px;display:block;height:100%;object-fit:cover;width:100%}.blog-news__post-image-wrapper{bottom:20px;display:block;left:0;position:absolute;right:0;top:0}.blog-news__post-content{background:#fff;border-radius:15px;box-shadow:0 8px 24px rgba(0,0,0,.2);padding:20px;position:relative;width:80%;z-index:1}@media screen and (max-width:767px){.blog-news__post-content{width:90%}}.blog-news__post-school{display:block;font-size:14px;font-weight:300;margin:0 0 8px}.blog-news__post-title{color:inherit}.blog-news__post-title-link{color:inherit;display:block;font-size:20px;font-weight:700!important;line-height:1.3;margin-bottom:14px}@media screen and (max-width:767px){.blog-news__post-title-link{font-size:16px}}.blog-news__post-footer{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.blog-news__post-timestamp{color:#a9abae;font-size:12px}.blog-news__post-button{align-items:center;display:inline-flex;font-size:16px;gap:6px}