*{
	margin: 0px;
	padding: 0px;
}
body{

}
section {
	width: 1200px;
	height: auto;
	padding: 1% 1% 5% 0%;
	background-color: white;
}section .news{
	position: relative;
	width: 30%; height: 300px;
	border-radius: 10px;
	float: right;
margin: 5% 2.5%;
background-color: white;border-radius: solid;

}section .news  img{
	width: 80%;
	height:70%;
	margin: 3% 10% ;
	border-radius:10px;
	-webkit-box-shadow: 10px 10px 28px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 28px -14px rgba(0,0,0,0.75);
box-shadow: 10px 10px 28px -14px rgba(0,0,0,0.75);
}section .news article{
	width: 100%;
	text-align: center;
}section .news article button{
	border-radius: 10px;
	background-color: #736EFE
	width:100%;
border-style: none;
background-color: none;
font-weight: bold;


}