#sgraos{
	background-image: url('../../images/bg_unid_graos.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 900px;
	padding-top: 80px;
}

#sgraos p{
	color: #fff;
	font-size: 21px;
}

#sgraos2{
	display: block;
}

#sgraos2 .lista{
	display: flex;
	justify-content: initial;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#sgraos2 .lista li{
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: 633px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sgraos2 .lista li.w100{
	width: 100%;
	height: 520px;
}

#sgraos2 .item{
	background-color: rgba(0,44,15,0.8);
	height: 100%;
	padding: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sgraos2 .item .title{
	font-family: 'Kaushan Script', cursive;
	font-size: 28px;
	color: var(--main-empresa);
}

#sgraos2 .item .text{
	color: #fff;
	font-size: 21px;
}

@media(max-width: 600px){
	#sgraos2 .lista li{
		width: 100%;
		height: 400px;
	}
}