@media only screen and (min-device-width: 1140px) {
  .footer {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 70px 50px;
    padding-bottom: 50px;
    background: #12152c;
  }
  .footer .rights {
    text-align: right;
    margin-top: 25px;
  }
  .footer .rights p {
    text-decoration: none;
    color: white;
    font-size: 14px;
    opacity: 0.8;
  }
  .footer .bottom {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: 45px;
    position: relative;
  }
  .footer .bottom .social-icons {
    width: 250px;
    position: absolute;
    right: -120%;
    top: 50%;
    transform: translateY(-45%);
    display: flex;
    flex-wrap: wrap;
  }
  .footer .bottom .social-icons i {
    flex: 0 0 50%;
    color: white;
    width: 50%;
    font-size: 28px;
    max-width: 100px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    margin: 10px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }
  .footer .bottom .social-icons i:hover {
    transform: scale(1.05);
  }
  .footer .bottom .links strong {
    color: rgb(247, 247, 247);
    font-family: "Stampa", "Roboto", sans-serif;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .footer .bottom .links a {
    color: rgb(247, 247, 247);
    font-size: 16px;
    font-weight: 500;
    margin: 2px;
    margin-block: 6px;
    width: 100%;
    display: block;
    font-family: "Stampa", "Roboto", sans-serif;
    opacity: 0.8;
  }
  .footer .bottom .links a.sub-item {
    margin-left: 10px;
  }
}/*# sourceMappingURL=footer.css.map */