.blog-posts__container{display:flex;flex-direction:column}.blog-posts__post{align-items:center;column-gap:40px;display:flex;margin-bottom:20px;width:100%}.blog-posts__post-content{width:45%}.blog-posts__image{width:50%}.blog-posts__post:last-child{margin-bottom:0}.blog-posts__image{display:block;line-height:0;min-width:110px}.blog-posts__image img{border-radius:10px;max-height:330px;object-fit:cover;width:100%}.blog-posts__post-content{display:flex;flex-direction:column}.blog-posts__post-content a:hover{text-decoration:none}.blog-post__title{display:-webkit-box;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:14px;overflow:hidden;text-decoration:none}.blog-post__title,.blog-posts__meta{font-style:normal;font-weight:400;line-height:150%}.blog-posts__meta{font-size:16px}.blog-post__author{color:#007fff;font-family:Lato;font-size:13px;font-style:normal;font-weight:400;line-height:175%;text-decoration:none;text-transform:uppercase}.blog-post__author-span{color:#333}@media (max-width:992px){.blog-posts__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.blog-posts__image,.blog-posts__post-content{width:100%}.blog-posts__post{flex-direction:column;width:100%}.blog-posts__image{width:100%}.blog-posts__image img{margin:0 0 30px;width:100%}.blog-posts__post-content{width:100%}}@media (max-width:650px){.blog-posts__container{flex-direction:column}.blog-posts__post{width:100%}}