* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: rgb(150, 31, 31);
}

.Box-wrapper {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #dbdbdb; */
  padding: 0px 0;
}
.Container {
  width: 650px;
  background-color: rgb(150, 31, 31);
  height: 100%;
}

.LogoWrapper {
  width: 30%;
  height: 5vh;
  margin: auto;
  padding-top: 5px;
}
.LogoWrapper img {
  width: 100%;
}
.Mobile-img {
  /* width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px; */
}

.Mobile-img a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.Mobile-img img {
  width: 40%;
  height: 63vh;
}

.Download-btn {
  width: 100%;
  margin-top: 20px;
}
.Download-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Download-btn img {
  width: 30%;
  cursor: pointer;
}
.footer-title {
  width: 100%;
  padding: 15px;
}
.footer-title h1 {
  color: white;
  font-family: "Merriweather Sans";
  font-size: 35px;
  text-align: center;
  /* margin: 0; */
}

.title-box {
  display: flex;
  align-items: center;
  /* height: 20vh; */
}
.innerWrapper {
  height: 85vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  padding: 20px 5px;
}

@media (max-width: 475px) {
  .footer-title h1 {
    font-size: 25px;
  }
  .Download-btn img {
    width: 60%;
  }
  .LogoWrapper {
    width: 50%;
  }
  .Mobile-img img {
    width: 70% !important;
  }
}

@media (max-width: 375px) {
  .footer-title h1 {
    font-size: 20px;
  }
  .Download-btn img {
    width: 60%;
  }
  .LogoWrapper {
    width: 50%;
  }
  .Mobile-img img {
    width: 70% !important;
  }
}

@media (min-height: 650px) {
  .Mobile-img img {
    width: 70% !important;
  }
}

@media (min-height: 800px) {
  .Mobile-img img {
    width: 83% !important;
  }
}
/* @media (min-height: 570px) {
  .Mobile-img img {
    height: 100%;
    width: 60%;
  }
} */
