#footerMob {
  margin-top: 0;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 18px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-inline: 20px;
  background: #1F1F1F;
}
#footerMob .top img {
  width: 260px;
  height: auto;
}
#footerMob .top p {
  color: white;
  font-size: 16px;
  margin-top: 15px;
}
#footerMob .links {
  padding-block: 35px;
}
#footerMob .links p {
  color: white;
  font-size: 22px;
}
#footerMob .links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-block: 6px;
}
#footerMob .bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  opacity: 0.85;
  background: #2e2e2e;
  padding: 16px;
  margin-top: 25px;
  border-radius: 6px;
}
#footerMob .bottom .copyright {
  color: white;
  font-size: 13px;
}
#footerMob .bottom .social-icons i {
  color: white;
  font-size: 20px;
  margin-inline: 2px;
  padding: 8px;
  transition: 0.2s;
}
@media only screen and (min-device-width: 1140px) {
  #footerMob {
    padding-inline: 50px;
    padding-top: 55px;
    padding-bottom: 60px;
    background: #1F1F1F;
  }
  #footerMob .content {
    position: relative;
    max-width: 1500px;
    margin-inline: auto;
  }
  #footerMob .top img {
    width: 290px;
    height: auto;
  }
  #footerMob .top p {
    color: white;
    font-size: 18px;
    margin-top: 15px;
    max-width: 600px;
  }
  #footerMob .flexy {
    display: flex;
    align-items: start;
    gap: 120px;
  }
  #footerMob .links {
    padding-block: 75px;
  }
  #footerMob .links p {
    color: white;
    font-size: 26px;
  }
  #footerMob .links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-block: 6px;
    max-width: 230px;
  }
  #footerMob .bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    max-width: 1000px;
    margin-right: auto;
    margin-top: 40px;
  }
  #footerMob .bottom .copyright {
    color: white;
    font-size: 15px;
  }
  #footerMob .bottom .social-icons i {
    color: white;
    font-size: 24px;
    margin-inline: 2px;
    padding: 8px;
    transition: 0.2s;
    cursor: pointer;
    border-radius: 12px;
  }
  #footerMob .bottom .social-icons i:hover {
    color: #1F1F1F;
    background: white;
  }
}/*# sourceMappingURL=footer.css.map */