.news_1{
    padding: 2rem 5rem;
}
.news_1 .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.news_1 .img{
    width: 30%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_1 .img img{
    width: 100%;
    height: 100%;
}

.news_1 .middle{
    padding: 2rem 0;
    text-align: center;
}
.news_1 .middle h1{
    font-size: 2rem;
    font-weight: 700;
    line-height: 50px;
}
.news_1 .middle p{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 30px;
}
.news_1 .middle p:nth-child(3){
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
    color: #BB5327;
    line-height: 30px;
}
.news_1 .form_area{
    padding: 2rem;
}
.news_1 .form_area form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.news_1 .form_area input{
    padding: 1rem;
    border: 1px solid #000;
    width: 60%;
    margin: auto;
    margin-top: 1rem;
}
.news_1 .form_area button{
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid transparent;
    background-color: #BB5327;
    color: #fff;
    font-weight: 600;
    width: 60%;
}
.news_1 .end_area{
    padding: 2rem 0;
    text-align: center;
}
.news_1 .end_area p{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 30px;
    width: 90%;
    margin: auto;
}
.news_1 .end_area h4{
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 50px;

}

@media(max-width:768px){
    .news_1{
        padding: 2rem 0;
    }
    .news_1 .form_area input{
        width: 90%;
    }
    .news_1 .form_area button{
        width: 90%;
    }
}

/* ----------------------news_1---------- */
.news_2 {
    padding-top: 2rem;
}
/* .news_2 .box_area{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}
.news_2 .box_area .box{
    width: 280px;
    height: 100%;
}
.news_2 .box_area .box video{
    width: 100%;
    height: 100%;
} */
.news_2  .box{
    width: 100%;
    height: 103%;
}
.news_2 .box video{
    width: 100%;
    height: 100%;
}