.v21-footer {
  position: relative;
  width: min(100vw, 1920px);
  min-height: 420px;
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
}

.v21-footer > img,
.v21-footer > .v21-picture,
.footer-shade {
  position: absolute;
  inset: 0;
}

.v21-footer > img,
.v21-footer > .v21-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-shade {
  background: rgba(20, 12, 6, 0.72);
}

.footer-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 34px;
  width: var(--content-w);
  margin: 0 auto;
  padding: 78px 0 64px;
}

.v21-footer h2,
.v21-footer h3 {
  margin-bottom: 14px;
}

.v21-footer p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.v21-footer button {
  display: block;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  text-align: left;
}
