.footer{background:#041c45;color:#fff;padding:70px 7vw 32px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.footer img{width:210px;margin-bottom:18px}.footer p{color:#c8d8f8}.footer h3{margin-bottom:16px}.footer a{display:block;color:#dce7ff;text-decoration:none;margin:9px 0}.socials{display:flex;gap:12px}.socials a{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);font-weight:900}.footer small{grid-column:1/-1;color:#9fb5df;border-top:1px solid rgba(255,255,255,.12);padding-top:22px}@media(max-width:900px){.footer{grid-template-columns:1fr}}

.footer > div:first-child img{
  width:190px;
  height:150px;
  object-fit:contain;
  object-position:left center;
  margin-bottom:18px;
}
