.blog-posts{display:grid;gap:30px;grid-template-columns:repeat(12,1fr)}.post-card_slide_inner-text{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.post-card__title{color:#00262a;font-family:Gilroy;font-size:26px;font-weight:600;margin-top:20px}.post-card__title:hover{color:#00262a}.post-card__title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='19' fill='none' viewBox='0 0 25 19'%3E%3Cpath stroke='%2300262A' stroke-width='2' d='M23.348 10.325 14.293 1.27m9.055 7.586-9.055 9.055M23 9.563H0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-bottom:.15em;margin-left:8px;transition:transform .3s ease;vertical-align:middle;width:22px}.post-card__title:hover:after{transform:translateX(5px)}.blog-posts__text{box-sizing:border-box;display:flex;flex-wrap:wrap;grid-column:1/13;justify-content:space-between}.blog-posts__text h2{margin:0}.blog-posts__text h5{font-family:Gilroy;font-size:2.058rem;font-weight:500;line-height:1.2;margin:0;width:95%}.blog-posts__text h5 strong{color:#b149bb;font-weight:600}.blog-posts{overflow-X:hidden}.blog-posts__wrapper{display:grid;gap:40px;grid-column:1/13;grid-template-columns:repeat(auto-fit,minmax(350px,386px))}.blog-posts .post-card_slide-image{border-radius:12px;height:325px;object-fit:cover;object-position:center;width:100%}.post-card__slide-text,.post-card_slide_inner-text p{font-size:1rem;margin:0}@media (max-width:1050px){.post-card{gap:15px}}a.post-card__title{text-decoration:underline;text-decoration-color:transparent;transition:all .3s ease}a.post-card__title:hover{text-decoration-color:#00262a}@media screen and (max-width:767px){.blog-posts__text{gap:20px}}