footer {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #42446e;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}

footer .logo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.logo-text {
  font-size: 20px;
  color: #42446e;
}

footer .contact-info {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.contact {
  display: flex;
  gap: 3rem;
  font-size: 12px;
  font-weight: 400;
}

footer .social-icons a {
  text-decoration: none;
  margin: 0 6px;
}

footer .social-icons img {
  height: 23px;
  width: 23px;
  transition: 0.15s ease-in-out;
}

footer .social-icons img:hover {
  transform: scale(1.1);
}

footer .top {
  margin-bottom: 1.4rem;
  padding: 0;
}

hr {
  border: none;
  border-top: 1.5px solid #666666;
  margin: 5px auto;
  width: 92%;
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

footer nav {
  display: flex;
  gap: 2.3rem;
  margin: 15px 0px;
}

footer nav a {
  text-decoration: none;
  color: #42446e;
  font-size: 13px;
  font-weight: 400;
}

footer p {
  font-size: 12.5px;
  color: #666666;
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

footer p a {
  text-decoration: none;
  text-align: left;
  color: #42446e;
  font-size: 12.5px;
  font-weight: 500;
}

.love {
  color: #e70faa;
  font-weight: 500;
  font-size: 12.5px;
}

.coffee {
  color: #42446e;
  font-size: 12.5px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .top{
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }

  .bottom{
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }

  .bottom p {
    margin-right: 0rem ;
  }
}

@media screen and (max-width: 375px) {
  .top{
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .bottom p {
    margin-right: 0rem ;
  }

  .bottom{
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  footer nav {
    gap: 1.3rem;
  }

  footer p a {
    font-size: 11px;
  }
  
  .love {
    font-size: 11px;
  }

  footer nav a {
    font-size: 12px;
  }
  
  .coffee {
    font-size: 11px;
  }

  .contact {
    font-size: 10px;
  }
}
