.BlogArticle { display: flex; flex-direction: column; gap: 2rem; & .image { width: 100%; height: 450px; border-radius: 1rem; overflow: hidden; background: #000; & img { width: 100%; height: 100%; opacity: .8; object-fit: cover; } } }