.post-imagem-destacada-container { position: relative;}.post-imagem-destacada-container::after { content: ""; position: absolute; inset: 0px; width: 100%; height: 100%; pointer-events: none; background: linear-gradient(to top, rgba(0, 15, 64, 0) 57.81%, rgba(0, 15, 64, 0.8) 100%);}img.post-imagem-destacada { width: 100vw; height: 25vw; object-fit: cover;}@media screen and (max-width: 1024px) { img.post-imagem-destacada { height: 340px; }}