:root {
  --navy: #19367d;
  --blue: #244a99;
  --cyan: #2d8fd5;
  --aqua: #4bc4b2;
  --ice: #edfaff;
  --ink: #17335f;
  --line: #d7eaf3;
  --shadow: 0 24px 70px rgba(25, 57, 123, .14);
}

.brand {
  display: flex;
  align-items: center;
  width: 190px;
  height: 72px;
  overflow: visible;
}

.brand img {
  width: 178px;
  height: 68px;
  object-fit: contain;
}

.footer-brand {
  width: 205px;
  height: 100px;
  overflow: hidden;
  background: transparent;
}

.footer-brand img {
  width: 160px;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 520px) {
  .brand { width: 145px; }
  .brand img { width: 145px; }
}
