#policy_section{
	margin-top: 50px;
}

h1{
	font-size: 40px;
	margin-top: 80px;
}

h2{
	font-size: 30px;
	font-style: italic;
	margin-top: 80px;
}

h3{
	font-size: 23px;
}

p{
	text-align: justify;
	font-size: 23px;
}

.data_section{
	display: flex;
	margin-top: 30px;
}

.data_section div{
	margin-left: 10px;
}

.data_img{
	height: 100px;
	width: 100px;
}

@media screen and (max-width: 400px){
	h1{
		font-size: 20px;
	}

	h2{
		font-size: 16px;
	}

	h3{
		font-size: 14px;
	}

	p{
		font-size: 14px;
	}

	.data_img{
		height: 75px;
		width: 75px;
	}
}

@media screen and (min-width: 401px) and (max-width: 670px){
	h1{
		font-size: 30px;
	}

	h2{
		font-size: 20px;
	}

	h3{
		font-size: 16px;
	}

	p{
		font-size: 16px;
		text-align: justify;
	}

	.data_section{
		display: block;
		text-align: center;
	}

	.data_section div{
		margin-left: 0px;
	}

	.data_img{
		height: 75px;
		width: 75px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 671px) and (max-width: 930px){
	h1{
		font-size: 30px;
	}

	h2{
		font-size: 20px;
	}

	h3{
		font-size: 16px;
	}

	p{
		font-size: 16px;
		text-align: justify;
	}

	.data_img{
		height: 75px;
		width: 75px;
	}
}
