section.news {
    padding-top: 500px;
    position: relative;
    margin-bottom: 88px;
}

.news-bg {
    position: absolute;
    width: 100%;
    top: -156px;
    z-index: -1;
    opacity: 0.8;
}

.news-bg-0 {
    position: absolute;
    top: 156px;
    width: 100%;
    background: linear-gradient(180deg, #a6b476, #fff);

}

.news-bg-0:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.news-cup {
    position: absolute;
    right: 62px;
    top: 148px;
    width: 311px;
    transform: rotate(-14deg);
}

.news-bg-1 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.news-bg-2 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.news-bg-3 {
    position: absolute;
    top: 400px;
    width: 100%;
}

.news-bg-4 {
    position: absolute;
    top: 450px;
    width: 100%;
}

.news-bg img {
    width: 100%;
}

.news-flower {
    position: absolute;
    width: 333px;
    left: -33px;
    top: 550px;
    transform: rotate(54deg);
    opacity: 0.8;
}

.news h1 {
    font-size: 68px;
    font-weight: 500;
    text-shadow: 2px 2px 5px #a6b476;
    text-align: center;
    margin-bottom: 24px;
}

.news-cate {
    text-align: center;
    margin-bottom: 30px;
}

button.news-cate-item {
    background: #ebefe9;
    font-family: 'Lexend';
    border: 0;
    padding: 5px 20px;
}

button.news-cate-item.active {
    background: #7f8a5b;
    color: #fff;
}


button.news-cate-item:first-child {
    margin-right: 18px;
}

.news-item {
    background: #e3e8e0;
    margin-bottom: 24px;
    border-radius: 5px;
    overflow: hidden;
}

.news-item-thumb {
    margin-bottom: 24px;
    display: block;
}

.news-item-thumb:before {
    content: "";
    display: block;
    padding-top: 52%;
}

.news-item-content {
    font-family: 'Lexend';
    padding: 0 12px 12px;
}

.news-item-content h3 {
    font-size: 18px;
}

.news-item-content h3 a {
    text-decoration: none;
    color: #43492f;
}

.news-item-content p {
    color: #4b4e47;
}

@media (max-width: 767px) {

    main section {
        overflow: hidden;
    }

    section.news {
        padding-top: 392px;
    }

    .news-cup {
        /* right: 62px;
        top: 148px; */
        width: 235px;
        /* transform: rotate(-14deg); */
    }

    .news-detail h1 {
        font-size: 28px;
    }
}