.page {
	font-family: 'Raleway', sans-serif;
}

.page .news .container {
	display: flex;
    flex-direction: column;
	padding: 30px 10px;
}

@media screen and (max-width:1000px) {	  
	.page .news .container {
		padding: 30px 15px;
	} 
}

.page .news .container .action {
	display: flex;
	justify-content: end;

    margin-bottom: 30px;
}

.page .news .container .action {
	display: flex;
	justify-content: end;

    margin-bottom: 30px;
}

.page .news .container .action .btn-back { 
    font-family: 'Raleway', sans-serif; 
    font-size: 16px; 
    line-height: 19px; 
    letter-spacing: -0.5px; 
    color: #FFFFFF; 
    text-align: center; 
    font-weight: 600; 

    background: #0A4D8C; 
    padding: 8px; 
    width: 100px; 
    border-radius: 25px;
}

.page .news .container .action .btn-back:hover {
    background: #FCA311; 
}

.page .news .container .title {
	display: flex;
	justify-content: space-between;

	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 2px solid #E5E5E5;
	width: 100%;
}

.page .news .container .title h1 {
   font-size: 24px;
   line-height: 27px;
   font-weight: 700;
   color: #001233;

   margin: 0px;
   padding: 0px;
   display: flex;
   width: 100%;
}

@media screen and (max-width:1000px) {	  
	.page .news .container .title h1 {
		font-size: 22px;
	    line-height: 25px;
		width: 100%;
	} 
}

.page .news .container .title h1 img {
   margin-right: 15px;
   max-width: 42px;
}

.page .news .container .title h1 small {
   font-size: 18px;
   line-height: 21px;
   font-weight: 400;
   color: #252525;
}

@media screen and (max-width:1000px) {	  
	.page .news .container .title h1 small {
		font-size: 17px;
	    line-height: 20px;
	} 
}

.page .news-internal {
	background-color: #F5F6FA;
	display: flex;
}

.page .news-internal .container {
	display: flex;
	flex-direction: column;
	padding: 60px 10px 30px 10px;
}

.page .news-internal .container .title {
	display: flex;
	justify-content: space-between;

	margin: 0px 0px 50px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 2px solid #E5E5E5;
}

.page .news-internal .container .title h1 {
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	color: #001233;

	margin: 0px;
	padding: 0px;
	display: flex;
	width: 100%;
}

@media screen and (max-width:1000px) {	  
	.page .news-internal .container .title h1 {
		font-size: 22px;
	    line-height: 25px;
	} 
}

.page .news-internal .container .title h1 img {
	margin-right: 15px;
	max-width: 42px;
}

.page .news-internal .container .title h1 small {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #252525;
}

@media screen and (max-width:1000px) {	  
	.page .news-internal .container .title h1 small {
		font-size: 17px;
	    line-height: 20px;
	} 
}