.blog__list{flex-wrap:wrap;gap:25px 24px}.blog__item{position:relative;padding:8px;overflow:hidden;width:384px;flex-direction:column;border-radius:15px;box-shadow:var(--shadow)}.blog__img{width:100%;height:220px;border-radius:12px;overflow:hidden}.blog__img img{width:100%;height:100%;object-fit:cover}.blog__content{flex-direction:column;padding:12px 8px 38px}.blog__title{font-size:20px;font-weight:500;line-height:24.38px;margin-bottom:8px}.blog__link{position:absolute;bottom:16px;left:16px}.blog__date{position:absolute;top:25px;right:20px;padding:4px 9px;background-color:var(--green);border-radius:32px;color:#fff}@media screen and (max-width:1240px){.blog__item{width:100%}}