footer{min-height:100px;background:#000;display:grid}.footer-grid{margin-top:5%;margin-right:10%;margin-bottom:5%;margin-left:10%;display:grid;grid-template-columns:1fr 1fr 1fr}.h3-footer{color:#ea568e;font-family:trebuchet ms,lucida sans unicode,lucida grande,lucida sans,Arial,sans-serif;text-transform:uppercase;font-size:23px}.p-footer{color:#286db4;font-family:trebuchet ms,lucida sans unicode,lucida grande,lucida sans,Arial,sans-serif}.ul-footer{display:flex;column-gap:10px;color:#fff;list-style:none;justify-content:center}.multicolor-line-footer{display:flex;padding-left:30%;padding-right:30%;height:1rem}.pink-footer{background:#ea568e;width:20%}.blue-footer{background:#286db4;width:20%}.seablue-footer{background:#36bad1;width:20%}.yellow-footer{background:#fab71b;width:20%}.orange-footer{background:#ee7732;width:20%}@media screen and (max-width:850px){.footer-grid{grid-template-columns:1fr;row-gap:20px}.footer-img{display:flex;justify-content:center}}@media screen and (max-width:370px){.footer-grid{margin-top:5%;margin-right:5%;margin-bottom:5%;margin-left:5%}}@media screen and (min-width:1800px){.footer-grid{padding:0 15%}}