@media (min-width: 360px) and (max-width:480px){
.titl{
	font-size: 1.25em;
	color: red;
}
.decription{
font-size: 1em;
}



}