@charset "UTF-8";
/* CSS Document */

.news_title .news_info{
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.news_title .news_info .news_tag{
	border-radius: 100px;
    border: 1px solid #0076CE;
    padding: 2px 10px 0;
    color: #0076CE;
    font-size: 0.75rem;
}
.news_title h1{
	font-size: 1.75rem;
	border-bottom: 1px solid #0076CE;
	padding: 40px 0 20px;
}
@media screen and (max-width: 767px){
	.news_title h1{
		font-size: 1.25rem;
	}
	
}