.all-posts{display:grid;max-width:1140px;margin:auto;gap:25px}@media(min-width:768px){.all-posts{grid-template-columns:1fr 1fr}}@media(min-width:992px){.all-posts{grid-template-columns:1fr 1fr 1fr}}.all-posts__link{padding-bottom:30px;display:flex;flex-direction:column;color:#4a4a4a;box-shadow:0 0 10px rgba(0,0,0,.1);transition:box-shadow .3s ease}@media(min-width:992px){.all-posts__link{max-width:380px}}.all-posts__link:hover{box-shadow:0 5px 10px rgba(0,0,0,.1)}.all-posts__link:hover .all-posts__btn{text-decoration:underline}.all-posts__img{max-width:100%;width:100%;height:200px;object-fit:cover}@media(min-width:992px){.all-posts__img{object-position:top}}.all-posts__title{margin:10px 20px;font-size:22px;font-weight:400;line-height:26px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(min-width:992px){.all-posts__title{min-height:78px}}.all-posts__description{margin:0 20px 10px;font-size:18px;font-weight:300;line-height:24px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(min-width:992px){.all-posts__description{min-height:120px}}.all-posts__btn{margin:10px 20px 0;font-size:18px;font-weight:300;color:#337ab7}