.iot-page {
}

.iot-page .cover-block {
	background-image: url('/images/IoT/internet-of-things.jpg');
}

.iot-page .accelerate-table {
	border: 1px solid #538FD1;
}

.iot-page .accelerate-table .blue-cell {
	background-color: #538FD1;
	color: white;
}

.iot-page .clients-partners {
	background-color: white;
	padding-bottom: 0;
	padding-top: 0;
}

.iot-page .accelerate-table .cell p {
	min-height: 100px;
	height: 100px;
}

@media (max-width: 768px) {
	.iot-page .cover-block .table.inner-padding .row .cell {
		padding: 0;
	}
}

@media (max-width: 480px) {
.iot-page .m-top-6 {
	margin-top: 30px;
}
}