#techmvmt .header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent
		url(/resources/images/tech-movement/tech-school/tm-hdr-letter.png) top
		center;
	background-size: cover;
	/* background: #28C2FE; */
	/*background: linear-gradient(90deg, #03a3e2 70%, #5ed8fc 100%); */
	padding: 35px 40px 0;
	color: #505050;
	min-height: 445px;
}

#techmvmt .header header h2 {
	font-size: 6rem;
}

#techmvmt .header .container {
	padding: 5% 0;
}

#techmvmt .header article {
	padding: 2% 0;
}

#techmvmt .header article p {
	font-size: 23px;
	font-weight: 300;
}

#techmvmt .container {
	padding: 3% 3% 6%;
}

#techmvmt .letter-body {
	padding: 0 40px;
}

#techmvmt .letter-body p {
	padding: 1% 0;
}

#techmvmt .text-blue, #techmvmt a.text-blue, #techmvmt a.text-blue:hover,
	#techmvmt a.text-blue:visited {
	color: #28C2FE;
}

#techmvmt .letter-body ul {
	list-style: disc;
	margin-left: 5%;
}

#techmvmt .letter-body li {
	padding: 0.5% 0;
}

#techmvmt .contacts {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 2% 0 2% 5%;
}

#techmvmt .contacts img {
	width: 64px;
	height: 64px;
	margin-right: 2%;
}

#techmvmt .contacts .name {
	font-weight: 500;
}

#techmvmt .contacts .phone a, #techmvmt .contacts .phone a:HOVER,
	#techmvmt .contacts .phone a:VISITED {
	color: #363636;
}

@media ( max-width : 786px) {
	#techmvmt .header {
		min-height: auto;
	}
	#techmvmt .header header h2 {
		font-size: 6rem;
	}
	#techmvmt .header article p {
		font-size: 20px;
	}
	#techmvmt .letter-body p {
		padding: 8px 0;
	}
}

@media ( max-width : 600px) {
	#techmvmt .header header h2 {
		font-size: 4.5rem;
	}
}

@media ( max-width : 500px) {
	#techmvmt section.header, #techmvmt section.letter-body {
		padding: 0 10px;
	}
	#techmvmt .contacts {
		flex-direction: column;
		padding: 5% 0;
		margin: 5% 0;
	}
	#techmvmt .contacts:FIRST-OF-TYPE {
		border-bottom: #cccccc 1px solid;
	}
}

@media ( max-width : 400px) {
	#techmvmt .header header h2 {
		font-size: 4rem;
	}
	#techmvmt .header article p {
		font-size: 18px;
	}
}