.footer-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-contact p {
  color: #a3a3a3;
}
.footer-menu p {
  color: #a3a3a3;
}
.footer-content p {
  margin-bottom: 0;
}

.footer-line {
  border: 2px solid #a3a3a3;
  width: 25%;
  margin: 10px 0;
}

.footer-img-h1 {
  display: flex;
  justify-content: center;
}

.footer-items-title {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.footer-icons {
  display: flex;
  gap: 20px;
}

.footer-items {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.site-footer {
  background-color: white !important;
}

.footer-rights {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 1023px) {
  .footer-contact,
  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-img-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-title {
    font-size: 24px !important;
    text-align: center;
    color: black;
    margin-left: 10px;
  }
  .footer-img-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
  }

  .footer-items-title {
    display: flex;
    justify-content: center;
  }

  .footer-icons {
    justify-content: center;
  }
  .footer-line {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .footer-content {
    gap: 30px;
    justify-content: center;
  }

  .footer-img-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .footer-container {
    display: flex;
    flex-direction: row;
    gap: 36px;
    padding-top: 25px;
  }

  .footer-items-title {
    justify-content: flex-start;
  }

  .footer-icons {
    justify-content: flex-start;
  }

  .footer-line {
    width: 100%;
    margin: 0;
    color: #a3a3a3;
  }

  .footer-img-h1 {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
  }
  .footer-title {
    color: black;
    font-size: 30px;
    margin-bottom: 0;
    align-items: center;
    display: flex;
  }
  .footer-contact {
    width: 230px;
  }
}
