.blog-posts__container{display:flex;gap:32px}.blog-posts__title h2{color:#333;font-family:Poppins;font-size:48px;font-style:normal;font-weight:700;line-height:125%}.blog-posts__post{background:#fff;border-radius:8px;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.blog-posts .blog-posts__post-content{align-items:flex-start;border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:14px;padding:24px}.blog-posts .blog-posts__post img{border-radius:8px 8px 8px 8px;height:100%;max-height:100%;object-fit:cover;width:100%}.blog-posts__meta{font-size:16px}.blog-posts__post__topic{align-items:center;display:flex;gap:14px}.blog-posts__post__topic h6{color:#5a60e1;font-family:Lato;font-size:12px;font-style:normal;font-weight:400;line-height:175%;margin:0;text-transform:uppercase}.blog-posts__post__topic h6:first-child{border-right:1px solid #5a60e14d;padding-right:10px}.blog-posts__post__title h5{color:#333;font-family:Lato;font-size:20px;font-style:normal;font-weight:700;line-height:120%}.blog-posts__post__title h5:hover{text-decoration:none}.blog-posts__post__button{align-items:center;background:#5a60e1;border-radius:2px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);display:flex;flex-direction:row;gap:10px;justify-content:center;padding:8px 20px}.blog-posts__post__button a{color:#fff;font-family:Lato;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.04em;line-height:100%;text-align:center;text-transform:capitalize}.blog-posts__post__button:hover{background:#8e8e8e;cursor:pointer;transition:all .3s ease}.blog-posts__post__button:hover a{color:#fff;text-decoration:none;transition:all .3s ease}@media (max-width:992px){.blog-posts .blog-posts__post img{border-radius:8px 8px 0 0}.blog-posts__title h2{font-size:40px}}