/* home page */
.post2 h1 {
    max-width: 570px;
}

.post2 h2 {
    max-width: 570px;
}

.post2 .txt {
    padding: 18px 300px 0 32px;
}

/* intro Unverse */
.intro_uni h1 {
	margin: 0 50px 14px -3px;
	line-height: 98px;
	font-size: 120px;
	font-weight: 900;
	text-indent: -10px;
}
.intro_uni h2 {
    margin: 0 0 60px;
    max-width: 380px;
    line-height: 34px;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
.intro_uni h2 strong {font-weight: 900;}

.intro_uni .txt_uni .heading_uni {
	min-height: 435px;
	margin-bottom: 100px;
}


@media only screen and (max-width: 1299px) {

}

@media only screen and (max-width: 1023px) {
	.intro_uni h1 {
		font-size: 100px;
    line-height: 68px;
    margin: 0 0 14px;
    text-indent: 0;
	}

	.intro_uni .txt_uni .heading_uni {
    min-height: 350px;
    margin-bottom: 50px;
	}

	.intro_uni img {
    top: 0px;
	}
}
@media only screen and (max-width: 900px) {
	.intro_uni h2 {
		font-size: 30px;
	}
@media only screen and (max-width: 800px) {
	.intro_uni h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.intro_uni h1 {
		margin: 0 -3px 6px;
		line-height: 60px;
		font-size: 60px;
		text-indent: 0;
	}
	.intro_uni h2 {
		margin: 0 -1px;
		line-height: 26px;
		font-size: 26px;
	}
	.intro_uni .txt_uni .heading_uni {
		min-height: 100px;
    margin-bottom: 0px;
	}
}
