.technology-page {
}

.technology-page .inner-padding-2 .cell {
    padding: 2%;
}

.technology-page hr.divider {
	margin: 6% 0 8% 0;
}

.technology-page .steps-container {
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 3%;
}

.technology-page .steps-container .step-container {
	width: 30%;
	flex-flow: row nowrap;
}

.technology-page .steps-container .step-container p {
	margin-top: 3%;
}

.technology-page .steps-container .step-container > div {
	padding-top: 2%;
}

.technology-page .steps-container .step-container > div:first-child {
	width: 15%;
	text-align:center;
}

.technology-page .steps-container .step-container > div:last-child {
	width: 85%;
	padding-left: 3%;
}

.technology-page .steps-container .step-container.green .h4 {
	color: #2ECC71;
}

.technology-page .steps-container .step-container.green > div:first-child {
	background-color: #2ECC71;
}

.technology-page .steps-container .step-container.blue .h4 {
	color: #3498DB;
}

.technology-page .steps-container .step-container.blue > div:first-child {
	background-color: #3498DB;
}

.technology-page .steps-container .step-container.purple .h4 {
	color: #9B59B6;
}

.technology-page .steps-container .step-container.purple > div:first-child {
	background-color: #9B59B6;
}

.technology-page .technologies-container {
	flex-flow: row wrap;
	justify-content: space-between;
}

.technology-page .technologies-container .technology-container {
	width: 30%;
	border: 1px solid gray;
	margin: 30px 0 30px 0;
}


.technology-page .technologies-container .technology-container p {
	margin: 6% 6% 10% 6%;
	
}

.technology-page .technologies-container .technology-container .t-title {
	text-align: center;
	color: white;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	font-family: "GothamProNarrowBold";
	max-width: 100%;
	background-size: 100% 600%;
	background-image: url('/images/sprites/technology-logos-sprite.png');
}

 
.technology-page .technologies-container .technology-container .t-title.technology-logo-ai { background-position: 0 0%; }
.technology-page .technologies-container .technology-container .t-title.technology-logo-auto { background-position: 0 20%; }
.technology-page .technologies-container .technology-container .t-title.technology-logo-cloud { background-position: 0 40%; }
.technology-page .technologies-container .technology-container .t-title.technology-logo-iot { background-position: 0 60%; }
.technology-page .technologies-container .technology-container .t-title.technology-logo-mashine { background-position: 0 80%; }
.technology-page .technologies-container .technology-container .t-title.technology-logo-mobile { background-position: 0 100%; }


.technology-page .container-s ul {
	padding-left: 20px;
}

.technology-page .e-book-container .h1 {
	line-height: 1.2;
}

form a {
    color: #FDC238;
}

form a:hover {
    color: #F8981D;
}
@media (max-width: 768px) {
	.technology-page .technologies-container .technology-container {
		width: 45%;
	}
	.technology-page .steps-container {
		display: block;
	}
	.technology-page .steps-container .step-container {
		width: 100%;
	}

	.technology-page br {
    	content: ' ';
	}

	.technology-page br:after {
    	content: ' ';
	}
}

@media (max-width: 578px) {
	.technology-page .technologies-container .technology-container {
		width: 100%;
	}
}
