footer {
  background: #343A3B;
}

footer .topFooter {
  height: 482px;
  display: flex;

}

footer .copyrightArea {
  background: #B67F00;
  margin-bottom: 0;
}

footer .topFooter .footerContacts p {
  margin-bottom: 37px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
footer .topFooter .footerContacts a{
  color: #fff;
  text-decoration: none;
}
footer .topFooter .footerLinkedin {
  color: #fff;
  font-size: 53px;
  line-height: 69px;
  font-family: 'Eurostile', sans-serif;
  text-decoration: none;
}

footer .topFooter .footerLinkedin:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 29px;
  background: url("../img/arrow-right-color.svg") no-repeat center center;
  background-size: contain;
  margin-left: 19px;
  vertical-align: middle;
}

footer .copyrightArea .copyright {
  margin-right: 22px;
}

footer .copyrightArea .copyright p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 69px;
  font-size: 16px;
  font-family: 'Eurostile', sans-serif;
}
footer .copyrightArea .navbar-nav{
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
footer .copyrightArea .navbar-nav a {
  margin-right: 22px;
  color: #fff;
  font-family: 'Eurostile', sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  font-style: italic;
  text-transform: none;
  line-height: 69px;
  text-decoration: none;
}

@media screen and (max-width: 991.9px) {
  .topFooter .row {
    flex-direction: column;
  }

  footer .topFooter {
    height: max-content;
    padding-top: 20px;
  }

  footer .topFooter .footerContacts {
    margin-top: 20px;
  }

  footer .topFooter .footerContacts p {
    margin-bottom: 18px;
  }

  footer .topFooter .footerLinkedin {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  footer .copyrightAreaContent {
    flex-direction: column;
  }

  footer .copyrightArea .navbar-nav .nav-item a {
    margin-right: 10px;
    line-height: 30px;
  }

  footer .copyrightArea .navbar-nav {
    display: flex;
    flex-direction: row;
  }
}