* {
    margin: 0px;
    padding: 0px;
  }
  
  .bg {
    min-height: 300vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color:rgb(210, 243, 215);
  }

  .contentAria {
    position: fixed;
    top: 20%;
    left: 15%;
    bottom: 0;
    right: 15%;
  }

  .infoAria {
    position: fixed;
    top: 50%;
    right: 15%;
    bottom: 0;
    width: 35%;
  }

  .pp {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 30px;
    right: 0;
  }

  .phones {
    height: 100%;
    width: auto;
    bottom: 0;
    display: absolute;
    left: 0;
    display: flex;
  }

  .phones_mobile_version {
    height: 100%;
    width: auto;
    bottom: 0;
    display: absolute;
    left: 0;
    display: none;
  }

  .title {
    position: absolute;
    display: flex;
    height: 25%;
    width: 60%;
    top: 0%;
    right: 0%;
    color: rgb(11, 112, 88);
    text-align: right;
    text-size-adjust: auto;
    word-wrap: break-word;
    font-size : 5.2vw;
    line-height: 140%;
    flex-direction: column;
  }

  .info {
    top: 0;
    right: 0;
    display: flex;
    width: 70%;
    height: 25%;
    color: rgb(11, 112, 88);
    text-align: left;
    font-size : 1.2vw;
    line-height: 140%;
    position: absolute;
    text-size-adjust: auto;
    word-wrap: break-word;
    display: flex;
  }

  .text {
    color: rgb(11, 112, 88);
  }

  .appstor_button {
    top: 50%;
    left: 40%;
    position: absolute;
  }

  .appstor_button_image {
    height: 20%;
    width: auto;
  }

  @media(max-width: 1000px) {
    .contentAria {
      top: 7%;
      left: -15%;
      right: 0%;
    }

    .title {
      right: 4%;
    }

    .infoAria {
      right: 4%;
      width: 45%;
      top: 25%;
    }

    .info {
      font-size: 1em;
      width: 100%;
    }

    .phones {
      display: none;
    }
  
    .phones_mobile_version {
      display: flex;
    }

    .appstor_button {
      top: -10%;
      left: 0%;
    }
  }

  @media(max-height: 800px) {
    .info {
      display: none;
    }

    .appstor_button {
      top: -10%;
      left: -30%;
    }
  }