/* Footer */
footer {padding:5rem 0 8rem 0; color:var(--white); background:url(/images/sk-icon.svg) no-repeat right center; background-size:auto 105%; background:var(--grey);}
footer ul {display:flex; list-style:none; padding:0; margin:0; align-items:baseline; gap:2rem; margin-bottom:2rem; flex-wrap:wrap;}
footer a {color:var(--white);}
footer p {font-size:var(--fontSize12);}
footer ul li a {display:block;}
footer ul li a img {transition:var(--transition-default);}
footer ul li a:hover img {opacity:0.4;}
ul.footer-hospitals img {height:60px; width:auto;}
ul.footer-links {font-size:var(--fontSize30); gap:1rem;}
ul.footer-links li:nth-child(2) img {width:200px; height:auto;}

@media (min-width:450px) {
    /* Footer */    
    ul.footer-links li:first-child {flex:0 0 auto;}
}