@media (min-width: 991.99px) {
  .prefooter .content {
    padding: 0 48px;
  }
  .footer {
    padding-bottom: 3rem;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ded5c3;
    z-index: -1;
  }
  .footer h3 {
    font-size: 13px;
  }
  .footer ul li a {
    font-size: 16px;
  }
  .footer .social-media {
    height: 100%;
    align-items: end;
    margin-bottom: 0;
  }
  .footer .copyright p {
    justify-content: end;
  }
}
