@media screen and (min-width:700px) and ( max-width:957px) {

}

@media screen and (max-width:700px){

	#grade.section {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#grade .header {
		margin-left: calc((30/375) * 100vw);
		margin-right: calc((30/375) * 100vw);
	}
}
