.news_area{
    background: #f9f9f9;
    padding: 50px 0;
    .title{
        text-align: center;
        padding-bottom: 50px;
        h2{
            font-size: 35px;
            font-weight: 600;
            line-height: 40px;
        }
        p{
            font-size: 16px;
            font-weight: 500;
        }
    }
    .news_img{
        width: 100%;
        height: auto;
        position: relative;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .news_date{
        background-color: #168A03;
        display: inline-block;
        padding: 3px 10px;
        margin-left: 50px;
        margin-top: -200px;
        position: absolute;
        h4{
            font-size: 20px;
            color: #fff;
            margin-bottom: 0;
        }
        p{
            font-size: 14px;
            color: $white;
            margin-bottom: 0;
        }
    }
    .news_icon{
        margin-top: 8px;
        p{
            font-size: 16px;
        }
        i{
            font-size: 20px;
            color: #168A03;
            margin-right: 7px;
        }
    }
    .news_title{
        h2{
            font-size: 26px;
            font-weight: 600;
            padding: 10px 0;
            line-height: 30px;
        }
    }
}