.footer-menus{grid-column:1;display:grid;grid-gap:30px;margin:30px 0}.footer-menus__two-col{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px}.footer-menus__item{grid-row:2}.footer-menus__item:last-child{grid-row:1}@media only screen and (min-width:768px){.footer-menus__item,.footer-menus__item:last-child{grid-row:initial}}.footer-menus__item-name{color:#fff;margin-bottom:8px}@media only screen and (min-width:1200px){.footer-menus__item-name{margin-bottom:12px}}@media only screen and (min-width:768px){.footer-menus{margin:0;grid-column:2;grid-row:1/6;grid-template-columns:repeat(2,auto);grid-gap:95px}}@media only screen and (min-width:1200px){.footer-menus{grid-gap:165px}}