.thread-in-news-card{background:#fff;border-radius:4px;display:flex;flex-direction:column;margin:48px auto 0;max-width:400px;padding:24px;transform:scale(1);transition:.3s;width:100%}.thread-in-news-card:hover{box-shadow:0 0 24px rgba(0,187,153,.22);transform:scale(1.01)}.thread-in-news-card__image{align-items:center;display:flex;height:64px;margin-bottom:20px}.thread-in-news-card__image img{height:100%!important;width:auto}