.main-footer .footer-content {
  background-color: var(--primary);
  color: var(--white);
  padding: 60px 20px;
}

.main-footer a {
  color: var(--white);
  text-decoration: none !important;
}

.main-footer a:hover,
.main-footer a:focus {
  color: var(--secondary);
}

.main-footer .footer-links a {
  display: block;
  width: fit-content;
  line-height: 38px;
  font-weight: bold;
}

.main-footer .footer-sublinks {
  margin-top: 60px;
}

.main-footer .footer-logo img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 26px;
}

.main-footer .footer-social {
  text-align: center;
}

.main-footer .footer-social-title {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}

.main-footer .footer-social a {
	font-size: 36px;
	color: var(--secondary);
	padding: 6px 26px 6px 38px;
	font-weight: bolder;
}

.main-footer .footer-social a:hover,
.main-footer .footer-social a:focus {
  color: var(--white)
}

.main-footer .footer-social,
.main-footer .footer-links {
  margin-top: 50px;
}

@media (max-width: 991.5px) {

  .main-footer .footer-links {
    margin-top: 0;
  }

  .main-footer .footer-social {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .main-footer .footer-sublinks {
    margin-top: 30px;
  }

  .main-footer .footer-social a {
    font-size: 22px;
	padding: 0px;
    margin-right: 24px;
  }

  .main-footer .footer-social a:first-of-type {
    padding: 6px 12px 6px 0;
  }

}