@media only screen and (max-width: 1199px) {
	.section1{
		height: 46vw;
	}
	.section2 img{
		height: auto !important;
		width: 133vw !important;
	}
	.section3 img{
		height: auto !important;
		width: 133vw !important;
	}
	.section4 img{
		height: auto !important;
		width: 133vw !important;
	}
	.honor-register-button{
		font-size: 2rem !important;
	}
}

@media only screen and (max-width : 991px) {
	.section1{
		height: 60vw;
	}
	.section1 {
		margin-top: 76px;
	}
	.section2 img {
		width: 100vw !important;
		
	}
	.section3 img{
		width: 110vw !important;

	}
	.section4 img{
		width: 110vw !important;
	}
	.honor-register-text{
		font-size: 1rem;
	}
	.honor-register-button{
		font-size: 1.75rem !important;
	}
}

@media only screen and (max-width : 767px) {
	.section1 {
        margin-top: 60px;
    }
	.honor-register-text{
		font-size: 1rem;
	}
	.honor-register-button{
		font-size: 1.25rem !important;
	}
}