.bg-download {
  background-image: url("./Assets/Mid-4/a.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  border-radius: 20px;
}

.sub-title-download {
  color: rgba(240, 248, 255, 0.749);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 20px;
  margin-top: 40px;
}

.title-download{
    color: rgb(240, 248, 255);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 20px;
    line-height: 1.1;
    background-color: #002100;
    padding: 20px;
    border-radius: 15px;
}

.btn-explore, .btn-get-app{
    border: 3px solid aliceblue;
    background: none;
    border-radius: 10px;
    margin: 20px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    color: aliceblue;
    font-weight: 500;
    box-shadow: 0px 0px 6px #0047008a;
    transition: all 0.3s ease;
}

.btn-explore:hover, .btn-get-app:hover{
    background-color: aliceblue;
    color: #004700;
    box-shadow: 0px 0px 6px aliceblue;
}