.section-light.-main-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-light.-main-footer a,
.section-light.-main-footer p,
.section-light.-main-footer i {
  color: #000;
  font-size: 1.3rem;
  transition: 0.3s;
  text-align: center;
}

.section-light.-main-footer a:hover {
  transform: scale(1.03);
}

.section-light.-main-footer i {
  font-size: 2rem;
  margin-right: 7px;
}

.fa-whatsapp,
.fa-instagram {
  position: relative;
  top: 6px;
}
