footer,
footer a 
  color: #fff;
}

.footer-logo a,
footer .social-icon-link,
footer .social-icon-link:hover,
footer a {
  text-decoration: none;
}

footer {
  padding: 80px 0 80px 0;
  background-color: #333333;
}

footer p {
  color: #FFFFFF;
}

.footer-logo-img svg {
  display: block;
  width: 200px;
  height: 39px;
}

.footer-logo-img svg path {
  fill: #FFFFFF;
}

.footer--white .footer-logo-img svg path {
  fill: #242951;    
}

.footer-row {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}

.footer-about-row {
  width: 100%;
  gap: 40px;
}

.about-proscia {
  width: calc(100% - 180px)
}

.about-proscia p {
  font-size: 24px;
  line-height: 32px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  width: 140px;
  align-items: flex-start;
}

.footer-links a {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: underline;
  margin-bottom: 20px;
}

.footer-links a:last-of-type {
  margin-bottom: 0px;
}

.footer-links a:hover {
  color: #3fbdef
}

.footer-copyright-row {
  display: block;
  padding-top: 40px;
  border-top: 1px solid #707070;
}

p.copyright {
  font-size: 18px;
  line-height: 24px;
}

.footer-link,
.footer-social-icons img,
.social-icon {
  display: inline-block;
}
a.footer-link:hover {
  color: #78BBEE;
}
footer.footer--white a,
footer.footer--white p,
.footer--white .footer-links,
.footer--white .footer-links a,
.footer--white .footer-row {
  color: #242951;
}

.footer-row-logos {
  margin-bottom: 40px;
}
.footer-row-text {
  font-size: 18px;
  line-height: 24px;
}
.copyright {
  margin-bottom: 0;
}

@media (max-width: 840px) {

  .footer-about-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
  
  footer {
    padding: 48px 0 48px 0;
  }

  .footer-about-row,
  .about-proscia,
  .footer-links,
  .copyright {
    width: 100%;
    max-width: 100%;
  }

}

.social-icon {
  background-size: 100%;
  width: 39px;
  height: 39px;
}
.social-icon a,
.social-icon a:hover {
  display: inline-block;
  text-decoration: none;
  height: 39px;
  width: 39px;
}

.social-twitter {
  margin-right: 20px;
}

.footer--white svg path {
  fill: #242951;
}

.social-twitter svg path:hover,
.social-linkedin svg path:hover {
  fill: #3fbdef;
}

.footer--white {
 background-color: #FFFFFF; 
}

.footer--gray {
 background-color: #333333; 
}

.footer--dark-blue {
 background-color: #242951; 
}

footer .mb-40 {
  margin-bottom: 40px;
}

  