/* ==========================================================
   OTHER SERVICES
========================================================== */

.fc-other-services{

    padding:40px 0;

    background:#fff;

}

.fc-other-services .fc-head{

    margin-bottom:60px;

}

.fc-other-services .fc-head p{

    max-width:620px;

    margin:18px auto 0;

    text-align:center;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1024px){

    .fc-other-services{

        padding:90px 0;

    }

    .fc-other-services .fc-head{

        margin-bottom:50px;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:767px){

    .fc-other-services{

        padding:60px 0;

    }

    .fc-other-services .fc-head{

        margin-bottom:36px;

    }

    .fc-other-services .fc-head h2{

        font-size:30px;

        line-height:1.2;

    }

    .fc-other-services .fc-head p{

        font-size:15px;

        margin-top:12px;

    }

}