.news-inside {
	padding:100px 0;
	background: #fafafa;
}
.news-inside h1{
	color: #292a2e;
	font-size: 30px;
	font-family: Lato-Bold;
}
.news-inside h3{
	color: #343434;
	font-size: 24px;
}
.news-inside .gray{
	color: #858585;
	font-style: italic;
}
.news-inside hr{
	border-color: #343434;
    border-width: 1.5px;
    margin-top:0;
}
.news-inside p{
	color: #292a2e;
	font-size: 18px;
	font-family: Lato-Regular;
	margin-bottom: 40px;
	padding-top: 20px;
}




/************* inside-news2 ****************/
	.answer{
		background:white;
		padding:20px 0;
		margin:40px 0;
		box-shadow: 0 0 10px #ccc
	}
	.answer ul{
		list-style: none;
		padding-left: 60px;
		color: #292a2e;
		font-size: 24px;
	}
	.answer h2 {
		margin-top: 0;
		padding-left: 20px;
		font-size: 24px;
		font-family: Lato-Bold;
	}
	.answer p{
		padding:20px 60px 0;
		margin-bottom: 0px;
	}
	.question .answer ul.list-style li{
		position: relative;
		padding-left: 20px;
	}
	 .question .answer ul.list-style li:before{
	 	position: absolute;
	 	top: 10px;
	 	left:-5px;
	 	width: 14px;
	 	height: 14px;
	 }
@media(max-width:767px){
	.news-inside h3{
		font-size: 18px;
	}
	.news-inside{
		padding-top: 40px;
	}
	.answer ul{
		font-size: 20px;
		padding:0 20px;
	}
	.answer p{
		padding: 20px 20px 0;
	}
	.answer h2{
		padding-left: 20px !important;
	}
}
@media(max-width:450px){
	.answer ul{
		font-size: 16px;
	}
}

