/*** Write your CSS structure here. ***/
@media screen and (min-width: 992px) {
	.certificate {
	    position: absolute;
	    top: 0;
	    width: 180px;
	    left: 60px;
	}
}
@media screen and (max-width: 991px) and (min-width: 641px){
	.certificate {
	    position: relative;
	    width: 180px;
	    margin: 0 auto;
	}
	#custom_html-3 {
	    margin-top: 0;
	    top: -30px;
    	position: relative;
	}
}
@media screen and (max-width: 640px){
	.certificate {
	    position: relative;
	    width: 160px;
	    margin: 0 auto;
	}
	#custom_html-3 {
	    margin-top: 0;
	    top: -20px;
    	position: relative;
	}
}