.blog-posts__container{display:flex;flex-direction:column;gap:35px}.blog-posts__post{align-items:center;backdrop-filter:blur(10px);background:var(--ffffff-10,hsla(0,0%,100%,.1));border-radius:20px;column-gap:16px;display:flex;padding:14px 20px}.blog-posts__post:last-child{margin-bottom:0}.blog-posts__post:hover img{transform:scale(1.1)}.blog-posts__post:hover .blog-post__title{color:#ffd64c!important}.blog-posts__image{border-radius:20px;display:block;line-height:0;min-width:110px;overflow:hidden}.blog-posts__image img{aspect-ratio:1;object-fit:cover;transition:all .3s ease-in-out;width:110px}.blog-posts__post-tags{background-color:#ffd64c;border-radius:30px;margin-bottom:8px;padding-left:12px;padding-right:12px;width:fit-content}.blog-posts__post-tags h6{color:#333;font-size:12px;font-style:normal;font-weight:700;text-decoration:none}.blog-posts__post-content{display:flex;flex-direction:column}.blog-post__title,.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;font-style:normal;font-weight:400;line-height:150%;overflow:hidden;transition:all .3s ease-in-out}.blog-posts__title{color:#daf8ff}.blog-posts__meta{font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media (max-width:992px){.blog-posts__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.blog-posts__post{width:48%}.blog-posts__image{width:130px}.blog-posts__image img,.blog-posts__post-content{width:100%}.blog-posts__container{gap:20px}}@media (max-width:650px){.blog-posts__container{flex-direction:column}.blog-posts__post{width:100%}.blog-posts__image{width:110px}}