.section1 {margin-top:70px;margin-bottom:10px;}
.section1 {display:flex;position:static;}

/*@media screen and (min-width: 320px) and (max-width: 500px) {
img.align-center {
    width: 420px;
    height: 300px;
}
}*/



@media screen and (min-width: 320px) and (max-width: 400px) {
	.block1{
		display:flex;
		width:280px;
		height:200px;
	}
	.block2{
		
		width:280px;
		height:200px;
		font-size:12px;
	}
img.align-center {
 	  margin-left:10px;
    width: 260px;
    height: 175px;
}
}

@media screen and (min-width: 401px) and (max-width: 500px) {
	.block1{
		display:flex;
		width:380px;
		height:280px;
	}
	.block2{
		
		width:380px;
		height:280px;
	}
img.align-center {
 	  margin-left:10px;
    width: 360px;
    height: 260px;
}
}

@media screen and (min-width: 501px) and (max-width: 1229px) {

	.block1{
		display:flex;
		width:250px;
		height:178px;
	}
	.block2{
		
		width:250px;
		height:178px;
		font-size:10px;
	}
img.align-center {
	  margin-left:10px;
    width: 230px;
    height: 150px;
}
}



@media screen and (min-width: 1230px) and (max-width: 1654px) {
	
	/*.section1{
		width:1700px;
		background-size: cover;
		
		
	}*/
	
	.block1{
		
		width:360px;
		height:216px;
	}
	.block2{
		
		width:360px;
		height:216px;
		font-size:15px;
	}
	
	img.align-center {
    height: 180px;
}
	img.image-style-redimensionar-450x300 {
    height: 180px;
}
}

@media screen and (min-width: 1655px) {
.align-center {
    display: block;
    width: 450px;
    height: 300px;
}
}



/*
img.align-center {
    width: 400px;
    height: 300px;
}*/