.st-card{-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(3,30%);overflow:hidden}.st-card.other-articles{-moz-column-gap:24px;column-gap:24px;grid-template-columns:repeat(4,23%)}.st-card .article-card{border-radius:10px;box-shadow:0 8px 24px #969ea633;cursor:pointer;margin-bottom:50px;overflow:hidden}.st-card .article-card img{height:250px;overflow:hidden;transition:all .3s;width:100%}.st-card .article-card .article-content{padding:0 20px 20px}.st-card .article-card .article-content h2{font-size:1.25rem;margin:1rem 0}.st-card .article-card .article-content h2:hover{color:#023e7d}.st-card .article-card .article-content p{display:-webkit-box;width:100%;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.st-card .article-card .article-content span{color:#023e7d;display:inline-block;margin-top:10px}.st-card .article-card .article-content .journal-date{color:#5c677d;font-weight:600}.st-card .article-card:hover img{overflow:hidden;transform:scale(1.02)}.st-card .grip-hr{background-color:#ebebf0;grid-column:1/-1;height:1px;margin-bottom:50px}@media (max-width:1024px){.st-card,.st-card.other-articles{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.st-card,.st-card.other-articles{grid-template-columns:repeat(1,1fr)}}
