#footerMob {
  margin-top: 0;
  width: 100%;
  height: 100%;
  padding-block: 45px;
  padding-bottom: 35px;
  position: relative;
  background: rgb(27, 0, 27);
  padding-inline: 20px;
  margin-top: 70px;
}
#footerMob .content {
  text-align: center;
}
#footerMob .content .links {
  display: flex;
  justify-content: center;
  gap: 25px;
  text-align: center;
}
#footerMob .content .links .link {
  display: flex;
  flex-direction: column;
  min-width: 50%;
}
#footerMob .content .links .link p {
  color: white;
  opacity: 0.7;
  font-size: 13px;
  text-transform: uppercase;
}
#footerMob .content .links .link a {
  color: white;
  font-size: 13px;
  margin-block: 3px;
  padding-block: 6px;
}
#footerMob .content .socials {
  display: flex;
  margin-top: 45px;
  flex-direction: row;
  gap: 10px;
}
#footerMob .content .socials .social {
  padding: 15px;
  border: 1px solid rgba(211, 211, 211, 0.2);
  border-radius: 8px;
  text-align: left;
  width: 33%;
}
#footerMob .content .socials .social p {
  color: white;
  font-size: 13px;
  opacity: 0.9;
  text-transform: uppercase;
}
#footerMob .content .socials .social i {
  color: white;
  border: 1px solid rgba(211, 211, 211, 0.2);
  padding: 10px;
  font-size: 23px;
  border-radius: 8px;
  opacity: 0.9;
}
#footerMob .content .bottom {
  margin-top: 45px;
  border-top: 1px solid rgba(211, 211, 211, 0.25);
  padding-top: 45px;
}
#footerMob .content .bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  opacity: 1;
}
#footerMob .content .bottom p a {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
  color: white;
}

@media only screen and (min-device-width: 1140px) {
  #footerMob {
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding-block: 45px;
    padding-bottom: 35px;
    position: relative;
    background: rgb(27, 0, 27);
    padding-inline: 50px;
    margin-top: 70px;
  }
  #footerMob .content {
    text-align: center;
    max-width: 1560px;
    margin-inline: auto;
  }
  #footerMob .content .flex {
    display: flex;
    gap: 70px;
  }
  #footerMob .content .links {
    display: flex;
    justify-content: center;
    gap: 25px;
    text-align: left;
  }
  #footerMob .content .links .link {
    display: flex;
    flex-direction: column;
    min-width: 50%;
  }
  #footerMob .content .links .link p {
    color: white;
    opacity: 0.7;
    font-size: 14px;
    text-transform: uppercase;
  }
  #footerMob .content .links .link a {
    color: white;
    font-size: 14px;
    margin-block: 3px;
    padding-block: 6px;
  }
  #footerMob .content .socials {
    display: flex;
    margin-top: 45px;
    flex-direction: row;
    gap: 22px;
  }
  #footerMob .content .socials .social {
    padding: 22px;
    border: 1px solid rgba(211, 211, 211, 0.2);
    border-radius: 8px;
    text-align: left;
    width: 200px;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #footerMob .content .socials .social:hover {
    border-color: transparent;
  }
  #footerMob .content .socials .social:hover p {
    opacity: 1;
  }
  #footerMob .content .socials .social:hover i {
    border: 1px solid white;
    opacity: 1;
  }
  #footerMob .content .socials .social p {
    color: white;
    font-size: 14px;
    opacity: 0.9;
    text-transform: uppercase;
  }
  #footerMob .content .socials .social i {
    color: white;
    border: 1px solid rgba(211, 211, 211, 0.2);
    padding: 16px;
    font-size: 28px;
    border-radius: 8px;
    opacity: 0.9;
    transition: 0.6s;
    width: -moz-max-content;
    width: max-content;
  }
  #footerMob .content .bottom {
    margin-top: 45px;
    border-top: 1px solid rgba(211, 211, 211, 0.25);
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footerMob .content .bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    opacity: 1;
  }
  #footerMob .content .bottom p a {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    color: white;
  }
}/*# sourceMappingURL=footer.css.map */