#agtur-iot {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#agtur-iot>div {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#agtur-iot>h3 {
	width: 100%;
	color: #ce252d;
	font-size: 26px;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 100;
	font-weight: bold;
}

#agtur-iot>b {
	width: 100%;
	color: #353535;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#agtur-iot>div>div {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#agtur-iot>div>div>img {
	width: 80%;
}

/*********************************************************
	===================================================
		MEDIA QUERYS
	===================================================
*********************************************************/

/***
========================================================
	Large devices (desktops, 992px and up)
========================================================
***/
@media (min-width: 992px) {	
	#agtur-iot>div {
		flex-direction: row;
	}
	
	#agtur-iot>div>div {
		width: 50%;
		padding: 0;
	}
	
	#agtur-iot>div>div>img {
		width: 50%;
	}
}