/* Landscape phones and down */

@media (max-width: 480px) {  
.head_contr h4 {
	font-size: 15px !important;
}
.cont2 a {
	font-size: 15px !important;
}
}

/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px){ 
  
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) { 

}

@media (min-width: 980px) and (max-width: 1200px) {

}
/* Large desktop */

@media (min-width: 1200px) { 

}