.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 80px;
  gap: 400px;
  background-color: rgb(35,37,38);
}

.header_social2 {
  width: 25px;
}

.header_socials2 > a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.terms {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.terms > a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-left: 20px;
  font-weight: bold;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  color: rgb(255, 255, 255);
}

.copyright > p {
  color: rgb(255, 255, 255);
}

.logo2 {
  width: 100px;
}

@media screen and (max-width:1782px) {
  .footer {
    gap: 350px;
  }
}

@media screen and (max-width:1682px) {
  .footer {
    gap: 300px;
  }
}

@media screen and (max-width:1582px) {
  .footer {
    gap: 250px;
  }

  .terms > a {
    font-size: 14px;
  }

  .copyright > p {
    font-size: 14px;
  }

  .header_social2 {
    width: 20px;
  }

  .logo2 {
    width: 95px;
  }
}

@media screen and (max-width:1482px) {
  .footer {
    gap: 200px;
  }
}

@media screen and (max-width:1382px) {
  .footer {
    gap: 150px;
  }
}

@media screen and (max-width:1282px) {
  .footer {
    gap: 100px;
  }
}

@media screen and (max-width:1162px) {
  .footer {
    gap: 50px;
  }
}

@media screen and (max-width:1062px) {
  .footer {
    gap: 0px;
  }
}

@media screen and (max-width: 962px) {
  .copyright {
    width: 450px;
  }
}

@media screen and (max-width: 912px) {
  .copyright {
    width: 400px;
  }
}

@media screen and (max-width: 897px) {
  .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo2 {
    margin-bottom: 20px;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .header_social2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 543px) {
  .footer {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 443px) {
  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 399px) {
  .copyright {
    width: 350px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 372px) {
   .logo2 {
    width: 90px;
  }

  .terms > a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 367px) {
  .copyright {
    width: 180px;
    text-align: center;
  }

  .terms_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}