footer {
  width: 100%;
  height: 472px;
  background-color: var(--color-dark-grey);
  color: var(--color-black);
}

.sub-footer {
  width: 100%;
  height: 78px;
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
}

.sub-footer .payment-card-bottom ul {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.sub-footer h3 {
  margin-right: 10px;
}

.sub-footer .row{
  justify-content: space-between;
}

.footer {
  padding: 88px 0;
  gap: 34px;
}

.redes {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

footer .footer ul li a.heading-18.w-400:hover {
  border-bottom: 2px solid var(--color-yellow);
}

#main > div.sub-footer > div > div > div.col-lg {
  display: flex;
  align-items: center;
}

footer svg:hover path{
  fill: var(--color-yellow);
  transition: all 0.2s;
}

.column-1,
.column-2 {
  display: flex;
  flex-direction: column;
}