@media (min-width: 415px) {
	.airtron-technician{
		width: 800px;
		margin: 0 auto;
	}

	.airtron-technician .content{
		flex-direction: row;
	}
}


@media (max-width: 414px) {
	.airtron-technician{
		width: 100%;	
	}

	.airtron-technician .content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.airtron-technician .content{
		flex-direction: column;
	}
}

.airtron-technician{
	display: flex;
	flex-direction: column;
}

.airtron-technician .heading{
	background-color: #10069f;
	text-align: center;
	color: white;
	margin-bottom: 3px;
	padding: 10px 0;
}

.airtron-technician .sub-heading{
	background-color: #d94f00;
	padding: 6px 0;
	text-align: center;
	color: white;
	margin-bottom: 20px;
	font-size: 24px ;
	font-weight: bold;

}

.airtron-technician .content{
	display: flex;
	padding: 0 6px;
}

.airtron-technician .content .technician-image{
	flex-basis: 30%;
	max-width: 200px;
	margin: 0 auto 20px auto;
}

.airtron-technician .content .technician-bio{
	flex-grow: 1;
	flex-basis: 70%;
	padding-left: 20px;
	font-family: sans-serif;
	font-size: 24px;
}

.airtron-technician .content .technician-attribute > span:first-child{
	font-weight: bold;
}

.airtron-technician .content .technician-attribute{
	margin-bottom: 29px;
}

.airtron-technician .content .technician-name{
	font-weight: 900;
	/* margin-bottom: 29px; */
	/* display:block; */
}

.airtron-technician .heading img{
	margin: 0px auto;
}
.airtron-technician .content .technician-name-content{
	/* display: inline-block; */
	display: block;
	margin-bottom: 29px
}

.airtron-technician .content .technician-attribute > span.technician-info-about-content{
	display: block;
}
