.posts-like .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 56px;
}

.posts-like .posts {
    display: flex;
    margin-top: 70px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.posts-like .posts li {
    width: 300px;
}

.posts-like .posts .poster {
    height: 280px;
}

.posts-like .posts img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.posts-like .posts .info {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.posts-like .posts .wrap-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}

.posts-like .posts main h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.posts-like .posts p {
    font-size: 14px;
    height: 85px;
    overflow: hidden;
}

.posts-like .posts footer {
    margin-top: 9px;
}

.posts-like .posts .read-more {
    display: block;
    width: 100%;
    text-align: right;
    color: #00DBB9;
    font-weight: bold;
}


@media(max-width: 1330px) {
    #posts-like .banner {
        height: 46vw !important;
    }

}

@media(max-width: 880px) {
    #posts-like .banner .infos h1 {
        line-height: 55px;
        width: 100% !important;
    }

    #posts-like .banner .infos p {
        display: none;
    }
}

@media(max-width: 600px) {
    #posts-like .banner .infos h1 {
        font-size: 32px !important;
    }

    #posts-like .banner .infos h1 {
        line-height: 36px !important;
    }
}

@media(max-width: 470px) {
    #posts-like .banner .infos {
        padding: 0 16px 16px 16px !important;
    }

    #posts-like .banner .infos h1 {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    #posts-like .banner .infos button {
        margin-top: 6px !important;
    }
}