.blog-posts__container{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.blog-posts__post{display:flex;flex-direction:column;gap:24px}.blog-posts__title{margin-bottom:56px}.blog-posts__post:last-child{margin-bottom:0}.blog-posts__image{border-radius:4px;display:block;height:230px;line-height:0;min-height:230px;overflow:hidden;width:100%}.blog-posts__image img{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.blog-posts__image:hover img{transform:scale(1.3)}.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;font-size:20px;font-style:normal;font-weight:600;-webkit-line-clamp:3;line-height:120%;overflow:hidden}.blog-posts__button-container{align-items:center;display:flex;gap:8px;margin-top:24px}.blog-posts__button{color:#0800f7;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.84px;line-height:120%;margin-bottom:0!important;position:relative;text-decoration:none;transition:all .3s ease}.blog-posts__button:after{background:#0800f7;bottom:-4px;content:"";height:2px;left:0;opacity:0;position:absolute;transition:all .3s ease;width:100%}.blog-posts__button:hover:after{opacity:1}@media (max-width:992px){.blog-posts__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.blog-posts__image img,.blog-posts__post-content{width:100%}}@media (max-width:768px){.blog-posts__container{grid-template-columns:repeat(1,1fr)}}@media (max-width:650px){.blog-posts__container{flex-direction:column}.blog-posts__post{width:100%}}