.news-con{

	padding-bottom: 8rem;

	

}

.news-con .container{

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

}

.news-pic{

	position: relative;

	margin: 5rem 0;

	width: 100%;

}

.news-video div{

    position: relative;

    width: 100%;

    padding-top: 56.25%;

}

.news-video div iframe{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}





.news-content{margin-bottom: 8rem;}

.news-content-row{

	display: flex;justify-content: space-between;align-items: flex-start;

}

.news-row-textarea{

	width: 50%;

}

.news-row-pic{width: 600px;max-width: 40%;}

.news-content h3{

    color: #000;

    font-size: 3.6rem;

    font-weight: 700;

    line-height: 1.25em;

}

.news-date{

    color: #898989;

    font-size: 14px;

    font-weight: 300;

    margin:1em 0;

    display: block;

}

.news-content p{

    color: #000;

    font-size: 1.8rem;

    font-weight: 400;

    line-height: 2em;

}



.news-row-content{}





.news-date{



}



.news-row-pic{



}

.news-row-pic img{

	width: 100%;

	margin-bottom: 10px;

}



.back-btn{

	position: relative;

    background: rgba(232, 129, 0, 1);

    flex-shrink: 0;

    color: #fff;

    font-size: 1.6rem;

    font-weight: 500;

    line-height: 3em;

    padding: 0em 2em;

    margin:0 auto;

    border-radius: 3rem;
}

.back-btn:hover{

	color: #fff;

    background: rgba(232, 129, 0, .6);

}







@media (max-width: 767px){

    .news-content{width: 100%;display: flex;flex-direction: column;margin-top: 5rem;}

    .news-content-row{flex-direction: column;}

    .news-row-textarea,.news-row-pic{width: 100%;max-width: 100%}

    .news-content h3{font-size: 30px;margin-bottom: .5em;}

    .news-date{

        font-size: 2.4rem;text-align: right;margin-bottom: 2em;

    }

    .news-content p,.news-content a{font-size: 3rem;}

    .news-row-pic{margin-top: 5rem;}

}