#full-section-gf {
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*desktop*/
@media (min-width: 1025px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

    #full-section-gf {
        padding: 3% 10% 3% 10%;
    }

    #footer-bottom {
        padding: 0 3% 0 3%!important;
    }

}


/*RESPONSIVE*/
