.site-footer {
  background-image: url(../images/templatemo-wave-footer.jpg), linear-gradient(#348CD2, #FFFFFF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 4px 20px;
}
.footer-container {
  max-width: 50vh;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscribe-box {
  flex: 1 1 300px;
  margin: 10px;
}
.subscribe-box h3 {
  color: green;
  background: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
}
.subscribe-box form {
  margin-top: 20px;
}
.subscribe-box input[type="email"] {
  padding: 15px;
  width: 100%;
  max-width: 400px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.subscribe-box button {
  background-color: #0256cf;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.footer-contact, .footer-download, .footer-social {
  flex: 1 1 126px;
  margin: 10px;
}
.footer-contact a,
.footer-bottom a {
  color: white;
  text-decoration: none;
}
.footer-download img {
  height: 140px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}.footer-social .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.footer-social img {
  height: 30px;
}
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom img {
  height: 40px;
  margin-bottom: 10px;
}
.footer-bottom p {
  margin: 5px 0;
}
.footer-bottom a {
  margin: 0 10px;
}
