@media screen and (min-width: 767px) {
    #global-students h2 {
	    font-size: 60px;
	    line-height: 60px;
    }
    #global-students h6 {
	    font-size: 26px;
	    text-transform: uppercase;
    }
   .help-list li {
	    padding: 25px 15px;
	    border: 5px double #dadada;
	    margin-bottom: 25px;
    }
    .help-list .inner p {
	    font-size: 22px;
	    text-transform: uppercase;
    }
    .tabs1 .nav-tabs > li > a {
	    font-size: 20px;
	    text-transform: uppercase;
    }
    .user-box figure,.user-box figure img {
	    border-radius: 10%;
    }
    #impact h3 {
    	font-size: 40px;
    	text-transform: uppercase;
    }
    #impact h2 {
    	color: rgba(0, 0, 0, 0.6);
    	text-shadow: 2px 2px 5px #000;
    }
    #featured-list ul li .inner .fa {
    	font-size: 60px;
    	line-height: 110px;
    }
    #featured-list ul li .inner {
    	width: 120px;
    	height: 120px;
    }
    #featured-list ul li h6 {
    	font-size: 14px;
    }
}