.row-footer {
  justify-content: center;
}

.bg-footer {
  background-color: rgb(33, 33, 33);
  padding: 40px 0 40px;
}
.footer-heading {
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.footer-link a {
  color: #acacac;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #d6a12f;
}

.contact-info {
  color: #acacac;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #d6a12f;
}

.li--lang {
  display: flex;
  align-items: center;
}

.en-flag {
  width: 30px;
  margin-left: 10px;
}

.fb-svg {
  font-size: 16px;
  margin-right: 5px;
  width: 14px;
}

.insta-svg {
  font-size: 16px;
  margin-right: 5px;
}