@media (max-width: 576px) { 
	.dis{
	font-size: 1rem!important;
    }
}


@media (max-width: 768px) { 
	.dis{
	font-size: 1.3rem!important;
    } 
}


html, body{

	height: 100%;
}
.container{

	
	overflow: hidden;
}
.constr{
 background: url(../img/back.png) center center; 
 background-size: cover;

}
.dis{
	color: #2d9fd1;
	font-weight: bolder;
	font-size: 1.8rem;
}


