
.footer-bottom {
  height: 22rem;
  text-align: center;
}
.footer-wrapper .d-flex.col-md-5 {
  margin-top: 2rem;
}
.footer-wrapper .footer-logo img {
  max-width: 18.38285714rem;
}
.footer-wrapper .footer-links,
.footer-wrapper .copy-rights {
  font-size: 0.857142857rem;
}
.footer-wrapper .copy-rights {
  margin-top: 2rem;
}
.footer-wrapper .footer-links a {
  padding: 0 1rem;
  color: #fff;
}
.footer-wrapper .footer-links a:last-child {
  padding-right: 0;
}
.footer-wrapper .follow-us {
  font-family: "Effra-medium";
  font-size: 0.928571429rem;
  line-height: 1;
}
.footer-wrapper a {
  text-decoration: none !important;
}
.footer-wrapper .icons {
  margin-top: 1.2em;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.footer-wrapper .icons a {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.32rem;
  line-height: 1;
}
@media (min-width:992px){
  .footer-bottom {
    height: 11.94428571rem;
    text-align: initial;
  }
  .footer-wrapper .col-md-5 {
    display: flex;
    flex-flow: column;
    align-items: end;
    margin-top:0 ;
  }
}
@media (min-width: 1600px) {
  .footer-bottom {
    height: 11.75rem;
  }
  .footer-wrapper .follow-us {
    font-size: 1.1rem;
  }
  .footer-wrapper .footer-links,
  .footer-wrapper .copy-rights {
    font-size: 0.9rem;
  }
  .footer-wrapper .copy-rights {
    margin-top: 1.4rem;
  }
  .footer-wrapper .icons a {
    margin-left: 1.1rem;
  }
  .footer-wrapper .footer-links a {
    padding: 0 0.5rem;
  }
}
