@media screen and (max-width: 992px){
  .svg{
    display: none;
  }

  .form{
    width: 95%;
    justify-content: center;
  }

  .form-content{
    width: 500px;
  }
}

@media screen and (max-width: 650px){
  
  .tittle-page{
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
  }

  .tt{
    /* background-color: green; */
    margin-right: 30%;
  }
}


@media screen and (max-width: 550px){
  

  .form-content{
    width: 100%;
  }

  .form-content h3{
    font-size: 40px;
  }
}

@media screen and (max-width: 487px){
  
  .tt{
    /* background-color: green; */
    margin-right: 35%;
  }
}

@media screen and (max-width: 371px){
  
  .tt{
    /* background-color: green; */
    margin-right: 40%;
  }
}