.header2{
	min-height:calc(100vh - 120px);
}
@media screen and (max-width:450px){
	.header2 h1{
		font-size:40px;
	}
}
