.recent-posts-title{color:#5b499e;font-family:Montserrat Alternates;margin-bottom:50px}.recent-posts__cards{display:grid;gap:25px;grid-template-columns:1fr 1fr 1fr 1fr}.recent-posts__cards-card-image{height:250px;margin-bottom:25px;overflow:hidden;width:auto}.recent-posts__cards-card-image img{height:100%;max-width:100%;min-height:250px;object-fit:cover;transform:scale(1);transition:transform .3s ease;width:100%}.recent-posts__card_link:hover .recent-posts__cards-card-image img{transform:scale(1.2)}.recent-posts__card_link:hover .recent-posts__cards-card-summary,.recent-posts__card_link:hover .recent-posts__cards-card-title{color:var(--brand-dark-pink)}.recent-posts__cards-card-summary{color:var(--brand-red);font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:13px;transition:color .3s ease}.recent-posts__cards-card-title{color:#5b499e;font-size:18px;font-weight:800;letter-spacing:.45px;margin-bottom:20px;text-transform:uppercase;-webkit-line-clamp:4;transition:color .3s ease}.recent-posts__cards-card-description,.recent-posts__cards-card-title{display:-webkit-box;font-style:normal;line-height:1.3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.recent-posts__cards-card-description{color:#000;font-size:20px;font-weight:400;-webkit-line-clamp:5}@media (max-width:992px){.recent-posts__cards{grid-template-columns:1fr 1fr}.recent-posts-title{margin-bottom:50px}.recent-posts__cards-card-description{font-size:16px}}@media (max-width:576px){.recent-posts__cards{grid-template-columns:1fr}}