.posts-grid{margin-top:24px}@media(min-width:768px){.posts-grid .posts-grid__inner{display:flex;flex-direction:column;justify-content:center}}.posts-grid .posts-grid__post{margin-bottom:48px;max-width:756px;width:100%;max-height:233px;box-shadow:0 4px 16px 0 rgba(0,0,0,.2509803922);border-radius:6px}@media(max-width:767px){.posts-grid .posts-grid__post{max-height:100%}}.posts-grid .posts-grid__post .posts-grid__post__inner{display:flex}@media(max-width:767px){.posts-grid .posts-grid__post .posts-grid__post__inner{flex-direction:column}}.posts-grid .posts-grid__post .posts-grid__post__image{min-width:368px;width:100%;height:233px;max-height:100%;min-height:233px;object-fit:cover;border-radius:6px 0 0 6px;overflow:hidden;transition:filter .3s}@media(max-width:1199px)and (min-width:992px){.posts-grid .posts-grid__post .posts-grid__post__image{min-width:unset}}@media(max-width:991px){.posts-grid .posts-grid__post .posts-grid__post__image{border-radius:6px 6px 0 0}}@media(max-width:767px){.posts-grid .posts-grid__post .posts-grid__post__image{min-width:330px;max-width:100%;width:100%;max-height:208px;height:100%}}.posts-grid .posts-grid__post:last-of-type{margin-bottom:0}.posts-grid .posts-grid__post:nth-child(2n) .posts-grid__post__inner{flex-direction:row-reverse;border-radius:6px 0 0 6px}@media(max-width:767px){.posts-grid .posts-grid__post:nth-child(2n) .posts-grid__post__inner{flex-direction:column}}.posts-grid .posts-grid__post:nth-child(2n) .posts-grid__post__image{border-radius:6px 6px 0 0}@media(min-width:992px){.posts-grid .posts-grid__post:nth-child(2n) .posts-grid__post__image{border-radius:0 6px 6px 0}}.posts-grid .posts-grid__post__text-box{display:flex;flex-direction:column;padding:26px 30px 26px 20px}@media(min-width:768px){.posts-grid .posts-grid__post__text-box{min-width:50%}}@media(max-width:767px){.posts-grid .posts-grid__post__text-box{padding:12px 10px}}.posts-grid .posts-grid__post__title{margin-bottom:12px;color:#333;font-size:24px;font-weight:700;line-height:30px}.posts-grid .posts-grid__post__title:hover{text-decoration:underline}.posts-grid .posts-grid__post__created{font-size:16px;font-weight:400;line-height:22.5px;color:#979797}.posts-grid .posts-grid__post__description{margin-bottom:12px;color:#333;font-size:16px;line-height:22px}.posts-grid .posts-grid__post__more-button{color:#46b5a6;font-size:16px;line-height:30px;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:color .3s}.posts-grid .posts-grid__post__more-button:hover{color:#4889ea}