.post-search {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    width: 636px;
}

.blog-item-content {
    height: fit-content;
    padding: 20px;
}

@media only screen and (min-width: 768px ) and (max-width: 1023px) {
    .blog-area {
        margin-top: 32px !important;
    }

    .post-search {
        width: 100%;
        margin-top: 32px;
    }
}
@media only screen and (max-width: 767px ) {
    .post-search {
        width: 100%;
        margin-top: 24px;
    }
}

.company-img {
    width: 104px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #d2d9fa;
}

.company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


