.top_box {
    width: 100%;
    height: auto;
}

.top_box img {
    width: 100%;
    height: auto;
}

.title h2 {
    width: 100%;
    text-align: center;
    color: #586d32;
    font-size: 38px;
    line-height: 35px;
    font-weight: bold;
    font-style: normal;
    margin: 0 auto .75em;
}

.club_news {
    width: 100%;
}



.club_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}





.club_item img:hover {
    transform: scale(1.1);
}

.club_item div {
    color: #586d32;
    font-size: 34px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.news_box {
    width: 100%;
    background-color: #e2e2e2;
}

.news_title h3 {
    color: #586d32;
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
    font-weight: bold;
}

.news_container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.new-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    overflow: hidden;
}



.new-img:hover img {
    transform: scale(1.1);
}

.new-titles {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}



.new-text {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.details_titles {
    width: 100%;
    text-align: center;
    color: #586d32;
    font-size: 38px;
    line-height: 35px;
    font-weight: bold;
    font-style: normal;
    margin: 0 auto .75em;
}

.details_date {
    font-size: 18px;
    color: #8e8e8e;
}

.details_img {
    width: 100%;
    height: auto;
    margin: 30px auto;
}

.details_img img {
    width: 100%;
    height: auto;
}

.details_text {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 30px;
}





@media screen and (min-width: 1000px) {
    .club_news h3 {
        color: #586d32;
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
        font-family: "Lato";
        margin-bottom: 30px;

    }

    .club_item {
        width: 48%;
        box-sizing: border-box;
        background-color: #f5bc31;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;

    }

    .club_item img {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto 20px;
        transition: all 0.3s ease-in-out;
    }

    .news-item {
        width: 47%;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        transition: all 200ms linear;
        color: #586d32;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
        position: relative;
    }

    .new-img img {
        width: 100%;
        height: 270px;
        transition: all 200ms linear;

    }

    .new-date {
        position: absolute;
        width: 200px;
        height: 40px;
        background-color: #f5bc31;
        line-height: 40px;
        text-align: center;
        top: 230px;
        left: 50px;
    }

    .details_text p {
        font-size: 24px;
        color: #4d4d4d;
        line-height: 34px;
    }
}

@media screen and (max-width: 1000px) {
    .content {
        margin-top: 80px;
    }

    .club_news h3 {
        color: #586d32;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Lato";
        margin-bottom: 30px;

    }

    .club_item {
        width: 100%;
        box-sizing: border-box;
        background-color: #f5bc31;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;

    }

    .club_item img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 20px;
        transition: all 0.3s ease-in-out;
    }

    .news-item {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        transition: all 200ms linear;
        color: #586d32;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
        position: relative;
    }

    .new-img img {
        width: 100%;
        height: auto;
        transition: all 200ms linear;

    }

    .new-date {
        position: absolute;
        height: 40px;
        padding: 0 10px;
        background-color: #f5bc31;
        line-height: 40px;
        text-align: center;
        left: 50px;
        top: 120px;
    }

    .details_text p {
        font-size: 18px;
        color: #4d4d4d;
        line-height: 24px;
    }
}