/*--------------------------------------------------------------------------
+	PAGE PROFESSIONISTI  *MEDIA QUERY*
--------------------------------------------------------------------------*/

@media screen and (max-width:488px){

   /*  .team .title_container{
        position:absolute;
        top:448px;
    }
 */
    #site_footer {
        text-align:center;
    }
}

@media screen and (min-width:992px) and (max-width:1200px){

   /*  .team .title_container{
        position:absolute;
        top:438px;
    }
 */
    .team .card_contacts {

        bottom: 26px;
        left: 179px;
       
    }
}