.featured-post {
    top: 0px;
    height: 100vh;
    max-height: 100vh;
}

.featured-post__image__container::after {
    content: "";
    background: linear-gradient(180deg, #0b1b3d00 56%, #000000f2 94%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.featured-post__image {
    object-fit: cover;
}

.featured-post__preview-text {
    bottom: 0;
    left: 0;
    z-index: 2;
}

.other-post__image {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.sticky-container {
    top: 20px;
}