#logoceo{
	margin-top: 60px;
	margin-left: 50px;
	width: 200px;
	height: 200px;
}

/*-- machines --*/

.news-grids img {
    border-radius: 4px;
}
section.news {
	position:relative;
	margin-bottom: 50px;
}
section.news img {
    padding: 8px;
    background: #fff;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}
/*-- //machines --*/

@media screen and (max-width : 1050px) {
	#logoceo {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width : 991px) {
	#logoceo{
		display: none;
	}
}
@media screen and (max-width : 575px) {
.news-grids div img{
        display: block;
        margin:5px auto;
    }
}