.container-fluid.who-server h5 {
	font-size: 20px !important;
	margin-bottom: 25px;
}
@media only screen  and (min-width:768px)  and (max-width:1024px) {
	 .container-fluid.who-server h5 {
    font-size: 14px !important;
    
}
 }
 @media only screen  and (min-width:300px)  and (max-width:767px) {
	 .container-fluid.who-server h5 {
    font-size: 14px !important;
    
}
 }