.hello2{
  font-size: 50px;
}


/*.left-box {
  width: 55%;
}*/

@media screen and (max-width: 1040px){
  .text-buttons{
    display: flex;
    justify-content: center;
  }
}


/* @media */
@media screen and (max-width: 780px) {
  .user-type-selected {
    /*height: 125vh;*/
    padding-bottom: 5%;
  }
  .get-started {
    font-size: 30px;
  }
}
@media screen and (max-width: 300px) {
  .user-type-selected {
    width: 300px;
    /* height: 100%; */
    padding-bottom: 5%;
  }
}


@media screen and (max-width:1044px) {
  .terms-text{
    text-align: center;
  }
}

@media screen and (max-width:700px) {
  .right-box {
    display: none;
  }

  .left-box{
    width: 100%;
  }

  .description{
    text-align: center;
  }
}



@media screen and (max-width: 1040px){
  .text-buttons{
    display: flex;
    justify-content: center;
  }
  
  .hello2{
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  .hello2{
    display: flex;
    justify-content: center;
  }
}