.new-certificate .box-container{
	width: 100%;
	max-width: 500px;
}
.new-certificate .grs2{
	width: 168px;
	margin-top: 16px;
}

.new-certificate .grs1,.hth{
	width: 196px;
}
@media only screen and (max-width: 1024px){
	.new-certificate .box-container{
		width: 100%;
		max-width: 460px;
		margin-right: 333px;
	}
	.new-certificate .grs2 {
		width: 140px;
	}
	.new-certificate .grs1, .hth {
		width: 160px;
	}
}
@media only screen and (max-width: 900px){
	.new-certificate .box-container{
		max-width: 422px;
		margin-right: 350px;
	}
}
@media only screen and (max-width: 800px){
	.new-certificate .box-container{
		max-width: 422px;
		margin-right: 350px;
	}
}
@media only screen and (max-width: 767px){
	.new-certificate .box-container{
		max-width: 100%;
		margin-right: unset;
		margin-left: unset;
	}
}