/* styles */
@import url("./banner.css");
@import url("./innnovation.css");
@import url("./reviews.css");
@import url("./faq.css");

#container-banner {
  flex-direction: column;
}
#container-phone1 {
  max-height: 400px;
}
#phone2 {
  width: 100%;
  max-width: 248px;
  padding: 3rem 3rem 3rem 0rem;
}
#phone1-buttons,
#phone2-buttons {
  align-items: start;
  flex-direction: column;
  width: fit-content;
}
#phone1-buttons button,
#phone2-buttons button {
  width: 100%;
}
#start-your-journey {
  margin-bottom: 40px;
}
#start-your-journey > div {
  flex-direction: column;
}
#start-your-journey > div > div {
  width: 100%;
}

@media screen and (min-width: 700px) {
  #phone2 {
    width: 41.67%;
    max-width: 900px;
  }
  #phone1-buttons,
  #phone2-buttons {
    align-items: center;
    flex-direction: row;
  }
  #phone1-buttons button,
  #phone2-buttons button {
    width: fit-content;
  }
  #start-your-journey {
    margin-bottom: -80px;
  }
  #start-your-journey > div {
    flex-direction: row;
  }
  #start-your-journey > div > div {
    width: 58.33%;
  }
}

@media screen and (min-width: 832px) {
  #container-banner {
    flex-direction: row;
  }
  #container-phone1 {
    max-height: 600px;
  }
}

@media screen and (min-width: 1000px) {
  #phone2 {
    padding: 3rem;
    width: 41.67%;
    max-width: 900px;
  }
  #container-banner {
    flex-direction: row;
  }
  #container-phone1 {
    max-height: 692px;
  }
  #start-your-journey {
    margin-bottom: -120px;
  }
}
