footer .container.row-1 {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px;
}

footer h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  flex: none;
  order: 0;
  flex-grow: 0;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  padding-bottom: 10px;
}

footer ul li:last-child {
  padding-bottom: 0;
}

footer .container.row-1 li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  opacity: 0.6;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: all 0.3s ease-in-out;
}

footer .container.row-1 a:hover {
  color: var(--color-accent);
}

footer .row-2 {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
