Media Query example
/*::::::::::::::::::::::::::change properties if device screen is less than 950px:::::::::::::::::::::::::*/
@media all and (max-width: 950px){
.cursos_links{
top: 105px;
}
.cursos_links_list li{
font-size: 1em;
}
.tabela_image_curso img{
display: none;
}
}