.posts-logo-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.articles-posts-logo {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.img-posts-logo {
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    object-fit: cover;
}

.article-posts-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #1A1A1A;
    border-radius: 15px;
}

.articles-posts-logo-content {
    padding: 0 20px 30px;
}

.articles-posts-logo-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

@media only screen and (max-width: 1650px) {



}


@media only screen and (max-width: 1250px) {



}


@media only screen and (max-width: 1024px) {

    .posts-logo-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .articles-posts-logo-content h4 {
        font-size: 18px;
    }
    
    .articles-posts-logo-content {
        padding: 0 20px 20px;
    }
    
    .articles-posts-logo {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}