.post-fs {
    position: relative;
    padding-top: 350px;
}

.post-fs__image {
    top: 0;
    position: absolute;
    width: 100%;
    height: 90%;
}

.post-fs__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-fs__wrapper {
    padding: 40px 0;
    background: #171B1D;
    position: relative;
    z-index: 2;
}

.post-fs__category,
.post-fs__title {
    margin-bottom: 12px;
}

.post-author {
    font-weight: 600;
}

.post-fs__post-content-container {
    margin: auto;
}

@media screen and (max-width: 599.98px) {
    .post-fs__wrapper {
        padding: 30px 0;
    }

    .post-fs {
        position: relative;
        padding-top: 200px;
    }

    .post-fs__image {
        height: 200px;
    }
}