.font-xl { font-size:2rem; }
.font-xxl { font-size:4rem; }
.mt-search { margin-top: 50px; }
.mt-big { margin-top: 150px; }


@media only screen and (max-width:800px) 
{
    .w-50 { width:100%!important; }
    .w-25 { width: 50%!important; }

}