/* ===== Latest Trends / Blog Section ===== */

.trending-container {
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 48px 70px 100px 70px;
}

.TrendingBgcolor-White {
    background-color: #fff;
}

.trending-header-title {
    text-align: center;
    padding: 20px 10px;
}

.trending-header-title label {
    font-size: 32px;
    color: #353535;
    font-weight: 700;
    padding-bottom: 51px;
    line-height: 43px;
}

.whats-post-img {
    border-radius: 10px;
    height: 280px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.trending-text-title-4 {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    padding-top: 10px;
    max-height: 58px;
    min-height: 58px;
    line-height: 25px !important;
    overflow: hidden;
}

.trending-comment {
    bottom: 44px;
}

.trending-comment-h3 {
    font-size: 18px;
    color: #808284;
    padding: 0;
    margin: 0;
}

.trending-comment-p-4 {
    font-size: 14px;
    color: #808284;
    margin: 0;
}

.trending-comment a {
    text-decoration: none;
}

/* Responsive */
@media (max-width: 1199px) {
    .trending-container {
        padding: 10px 15px;
    }

    .trending-header-title label {
        font-size: 36px;
        font-weight: 500;
        padding-bottom: 44px;
        line-height: 40px;
    }

    .whats-post-img {
        width: 386px;
        height: 257px;
    }
}

@media (max-width: 991px) {
    .trending-container {
        padding: 10px 5px;
    }

    .trending-header-title label {
        font-size: 24px;
    }

    .whats-post-img {
        width: 335px;
        height: 223px;
    }

    .trending-text-title-4 {
        font-size: 20px;
        max-height: none;
        min-height: 0;
    }

    .trending-comment-h3 {
        font-size: 16px;
    }

    .trending-comment-p-4 {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .trending-container {
        padding: 10px 5px;
    }

    .trending-header-title label {
        font-size: 24px;
    }

    .whats-post-img {
        width: 100%;
        height: auto;
    }

    .trending-text-title-4 {
        font-size: 15px;
    }

    .trending-comment-h3 {
        font-size: 14px;
    }

    .trending-comment-p-4 {
        font-size: 11px;
    }
}
