.container_landing_page_app {
  display: flex;
  width: 100%;
  height: 100vh;
  background-image: url("./assets/landing_page_app_store.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.icon_logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.icon_text-play_now {
  width: 140px;
  height: 28px;
  object-fit: fill;
}
.icon_text_company {
  width: 200px;
  height: 20px;
  margin-top: 8px;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .container_landing_page_app {
    background-image: url("./assets/background_mobile.png");
  }
  .icon_logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .icon_text-play_now {
    width: 30%;
    height: 20px;
  }
  .icon_text_company {
    width: 200px;
    height: 20px;
    margin-top: 8px;
    object-fit: fill;
  }
}
