.s-footer {
  background-color: #007ECF;
  font-size: 0.875em;
  color: #fff;
  padding: 15px 0;
}

.s-footer-social {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767.9px) {
  .s-footer-social {
    margin-top: 30px;
    justify-content: center;
  }
}
.s-footer-social > li:not(:first-child) {
  margin-left: 22px;
}
.s-footer-social > li a {
  transition: opacity 200ms;
}
.s-footer-social > li a:hover  {
  opacity: 0.8;
}
.s-footer-social > li img {
  width: auto;
  height: 22px;
}

.s-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-footer-copyright > p {
  margin-bottom: 0;
  line-height: 1;
}
