.insights .wrapper{
    padding-top: var(--header-height-max);
    padding-bottom: calc(160 * var(--rpx));
}

section.insights, .site-footer{
    background-color: #f7f7f7;
}

.page-title{
    font-size: calc(68 * var(--rpx));
    font-weight: bold;
    margin-top: calc(90 * var(--rpx));
    margin-bottom: calc(130 * var(--rpx));
}

.insight-list{
    padding-bottom: calc(60 * var(--rpx));
}


.insights .btn-ctn{
    display: flex;
    justify-content: center;
}

.site-footer{
    border-top: 1px solid rgba(0, 0, 0, .15);
}

@media (max-width: 1280px) {
    .insight .title{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 6em;
    }
}

@media (max-width: 750px) {
    .page-title{
        margin-bottom: calc(90 * var(--rpx));
    }
}
