@media all and (min-width: 1021px) and (max-width: 1330px) {
#footer .footer-col.success-management { top: 20px; }
#footer { height: 70px; }
}
@media all and (min-width: 901px) and (max-width: 1020px) {
#footer .footer-col.success-management { top: 0px; }
#footer { height: 50px; }
}
@media all and (min-width: 601px) and (max-width: 900px) {
#footer .footer-col.success-management { top: 35px; }
#footer { height: 85px; }
}
@media all and (min-width: 451px) and (max-width: 600px) {
#footer .footer-col.success-management { top: 50px; }
#footer { height: 100px; }
}
@media all and (min-width: 10px) and (max-width: 450px) {
#footer .footer-col.success-management { top: 70px; }
#footer { height: 120px; }
}