.latest__post__large__item{align-items:center;border:2px solid var(--border-color);border-radius:15px;display:grid;grid-template-columns:1fr 1fr;justify-content:center;overflow:hidden;width:100%}.latest__post__large__container .latest__post__large__item__content{display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:space-between;padding:3rem}.latest__post__large__container .latest__post__large__item__content .tag{transition:none}.latest__post__large__container .latest__post__large__item__content .tag:hover{background:var(--secondary-color);color:#fff;font-weight:500}.latest__post__large__container .latest__post__large__item__content p{font-size:18px}.latest__post__large__container .latest__post__large__item__content .header__link{font-size:40px;font-weight:600;line-height:1.4;transition:none!important}.latest__post__large__container .latest__post__large__item__content .header__link:hover span{box-shadow:inset 0 -5px var(--secondary-color);color:#000}.latest__post__large__container .latest__post__large__item__content .author__section{height:60px;width:100%}.latest__post__large__container .latest__post__large__item__content .author__section p:first-of-type{font-weight:600;text-transform:uppercase}.latest__post__large__container .latest__post__large__item__content .author__section .author__avatar{border-radius:50%;height:60px;object-fit:cover;width:60px}@media (max-width:1024px){.latest__post__large__item{display:block}}