.footer-section {
  background: #151414;
  position: relative;

  padding: 1rem 0;
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  align-items: center;
}

.social-icon-wrapper a i {
  margin-left: 1rem;
}

.copyright-logo img {
  max-width: 120px;
  width: 100%;
  color: white;
  margin-bottom: 0.6rem;
}

.social-icon-wrapper a {
  color: white;

  text-decoration: none;
}

p.copyright-text {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
}


a.copyright-text {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

a.copyright-text:hover {
  color: #068D9D;
}

.copyright-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  align-items: center;

  margin-top: 1rem;
}


a.linkedin-icon:hover,
a.facebook-icon:hover,
a.instagram-icon:hover {
  color: #068D9D;
}


@media only screen and (min-width: 768px) {
  .copyright-wrapper {
    flex-direction: row;

    margin-top: 0;
  }
}